Linux
Quickly + Linux Mint
If you are trying to use Quickly on Linux Mint then launchpad will not accept your packages as it does not recognize a distro with the codename "Helena". Replace the contents of your /etc/lsb-release with (as always keep a backup of the original file)
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.10 ...
Read More
How to: Add PPA to Linux Mint
Adding PPA's to Linux Mint using the "add-apt-repository" does not work as expected. PPA's work only for Ubuntu code names not for Mint ones. Here is a simple Python script to fix the problem. Execute the following in a terminal window.
wget http://download892.mediafire.com/ljvdj1yrni1g/zdjzm444ymy ...
Read More