For Linux users
Previous  Next




You can install wine1.6 or wine1.7 for ubuntu 12.04 available in Wine PPA
To add the ppa, press Ctrl+Alt+T and run below command in terminal:
sudo add-apt-repository ppa:ubuntu-wine/ppa
Remove wine1.4 first:
sudo apt-get remove --purge wine1.4
Then install it after checking for updates:
sudo apt-get update
sudo apt-get install wine1.7

wine1.6 and 1.7 are compatible with QTGuard scanner

Reply
Like
More
julien.moog47@...
09/19/21   #191 
Edited 09/20/21

I found that QChartist and QTGuard.Exe (the scanner) with QCKill.Exe also works under ubuntu 14.04 LTS with wine-1.6.2
Then i tried ubuntu 16.04 LTS which has also wine-1.6.2 and QTGuard.Exe can also run QCKill.Exe without problem
Finally i tried ubuntu 18.04.6 LTS with wine-stable (3.0) and QTGuard.Exe failed to run QCKill.Exe (QChartist application cannot be killed by QTGuard)
Maybe i will fix this problem in a future build.

Reply
Like
More
julien.moog47@...
05/24/20   #11 
Edited 05/26/20

For Linux users i recommend to install Ubuntu 12.04 with Wine 1.4 otherwise QTGuard.exe (the scanner) won't be able to use QCKill.exe when the app freezes.
You can find the iso here: http://ftp.free.org/mirrors/releases.ubuntu-fr.org/12.04/ubuntu- 12.04-desktop-i386-fr.iso
and Wine 1.4 here: http://julienmoog.com/files/index.php?dir=os%2FUbuntu+12.04%2F
For Windows users everything is ok!


You can install wine1.6 or wine1.7 for ubuntu 12.04 available in Wine PPA
To add the ppa, press Ctrl+Alt+T and run below command in terminal:
sudo add-apt-repository ppa:ubuntu-wine/ppa
Remove wine1.4 first:
sudo apt-get remove --purge wine1.4
Then install it after checking for updates:
sudo apt-get update
sudo apt-get install wine1.7

wine1.6 and 1.7 are compatible with QTGuard scanner

Reply
Like
More
julien.moog47@...
09/19/21   #190 
Edited 09/20/21

I found that QChartist and QTGuard.Exe (the scanner) with QCKill.Exe also works under ubuntu 14.04 LTS with wine-1.6.2
Then i tried ubuntu 16.04 LTS which has also wine-1.6.2 and QTGuard.Exe can also run QCKill.Exe without problem
Finally i tried ubuntu 18.04.6 LTS with wine-stable (3.0) and QTGuard.Exe failed to run QCKill.Exe (QChartist application cannot be killed by QTGuard)
Maybe i will fix this problem in a future build.

Reply
Like
More
julien.moog47@...
07/12/21   #164 
Edited 07/12/21

Note for QChartist software ( http://www.qchartist.net )
:
For Linux users i recommend to install Ubuntu 12.04 with Wine 1.4 otherwise QTGuard.exe (the scanner) won't be able to use QCKill.exe when the app freezes.
You can find the iso here: https://old-releases.ubuntu.com/releases/12.04.5/ubuntu-12.04- desktop-i386.iso
Wine 1.4 packages are also here: https://julienmoog.com/files/index.php?dir=os%2FUbuntu+12.04%2FUbuntu+apt+cache%2F
dpkg -i *.deb

The repositories for older releases that are not supported (like 11.04, 11.10 and 13.04) get moved to an archive server. There are repositories available at http://old- releases.ubuntu.com.

The reason for this is that it is now out of support and no longer receiving updates and security patches.

I would urge you to consider a supported distribution. If your computer is too old in terms of memory or processor then you should consider a distribution such as Lubuntu or Xubuntu.

If you want to continue using an outdated release then edit /etc/apt/sources.list and change archive.ubuntu.com and security.ubuntu.com to old-releases.ubuntu.com.

You can do this with sed:

sudo sed -i -re 's/([a-z]{2}\.)?archive.ubuntu.com|security.ubuntu.com/old- releases.ubuntu.com/g' /etc/apt/sources.list

then update with:

sudo apt-get update

sudo apt-get install wine1.4

winecfg

We are ready, download http://www.qchartist.net/downloads/QChartist_install.exe

Execute it with wine

Go to ~/.wine/drive_c/QChartist/ on your computer

Execute update.exe with wine

In terminal "wineconsole cmd" can be useful to recompile with QTStart.bat

Enjoy!