-
-
Notifications
You must be signed in to change notification settings - Fork 113
How to install Tomighty in JuNest
Filippo Squillace edited this page Mar 23, 2016
·
9 revisions
Tomighty is a timer for the pomodoro techinque. Unfortunately there is no official support for Linux. The good thing is that AUR contains a package for it and you can use it by installing the following packages in JuNest:
junest -f -- pacman --noconfirm -Sy base-devel ttf-dejavu libxtst libcanberra gtk2
junest -f -- yaourt --noconfirm -Sy tomighty
Just run it via:
junest -- tomighty
If you want to have a nice desktop icon for tomighty, take a look at this tutorial.
There are problems on using Java AWT with Unity. I followed this thread in order to make it working:
- Go to dconf-editor
- Go to Desktop -> Unity -> Panel
- In systray-whitelist add the element 'all' in the list
- Log out from Unity
Enjoy the pomodoros!