How to install “Wunderlist” task manager in PeppermintOS (Two)
These instructions are for the 32bit version of Wunderlist in 32bit PeppermintOS, but they should also work for the 64bit version of Wunderlist in 64bit PeppermintOS… the tar command will need to be adjusted accordingly.
OK, here we go …
First make sure you have libcurl3 installed
sudo apt-get install --reinstall libcurl3
Then you’ll need to download the Linux 32bit version from their website:
http://www.6wunderkinder.com/wunderlist/
or direct download of the 32bit version here:
http://www.6wunderkinder.com/downloads/wunderlist-1.2.4-linux-32.tgz
Once done, place the downloaded archive (wunderlist-1.2.4-linux-32.tgz) in your Home directory.
Now to unpack the archive, open a terminal and run:
tar -xvf wunderlist-1.2.4-linux-32.tgz
Now move the extracted directory to /opt :
sudo mv -v ~/Wunderlist-1.2.4 /opt/
Now you need to create a wunderlist.desktop file to launch the application, and add it to the menu … so still in the terminal, run:
gedit ~/.local/share/applications/wunderlist.desktop
When gedit opens a blank file, make it read:-
[b][Desktop Entry] Name=Wunderlist Comment=Task Manager Icon=/opt/Wunderlist-1.2.4/Resources/wunderlist.png Exec=/opt/Wunderlist-1.2.4/Wunderlist Type=Application Categories=GTK;Network;[/b]
(obviously, don’t include the blue Quote in the above, just the Black text)
You should now find a new menu item at Internet>Wunderlist … just click it to launch
To remove -
sudo rm -rv /opt/Wunderlist-1.2.4
then
rm -v ~/.local/share/applications/wunderlist.desktop