¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Reminder for Linux users


 
Edited

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!

Join [email protected] to automatically receive all group messages.