Friday, April 19, 2024
39
rated 0 times [  39] [ 0]  / answers: 1 / hits: 51962  / 2 Years ago, thu, june 16, 2022, 2:28:23

Is there a pomodoro app that's available for Ubuntu 12.04 that can be installed using sudo or from the package manager?


More From » software-recommendation

 Answers
1

gnome-shell-pomodoro


For Gnome-shell. You can use this extension in GNOME shell for pomodoro indicator. It works out of the box in many distros, like Ubuntu 17.10 (which doesn't come with Unity anymore).


Old versions were installed through:



Current version that works on my Ubuntu 20 is install-able through apt:


sudo apt-get install gnome-shell-pomodoro

Homepage with instructions for installing on different OS distributions and versions: http://gnomepomodoro.org/


malev's pomodoro-indicator


For Unity. The pomodoro-indicator as referenced by the other answerer doesn't work straight out of the box. We first have to fix the icon so it appears on the Unity panel.


Follow the commands and hopefully it works for you:


wget https://launchpad.net/pomodoro-indicator/trunk/0.0.2/+download/pomodoro-indicator-0.0.2.tar.gz
wget https://launchpad.net/pomodoro-indicator/trunk/0.0.1/+download/pomodoro-indicator-0.0.1.tar.gz
tar xvf pomodoro-indicator-0.0.2.tar.gz
tar xvf pomodoro-indicator-0.0.1.tar.gz
cp -R pomodoro-indicator-0.0.2/* pomodoro-indicator-0.0.1/
cd pomodoro-indicator-0.0.1; gedit setup.py

In line 112, remove # from the following line:


#package_data = {"pomodoro": ["images/*.png", ]}

Save the file.


sudo python setup.py install
pomodoro-indicator

Pomodoro indicator will now appear in the Unity panel.


Reference



[#37162] Friday, June 17, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
biryanrownies

Total Points: 396
Total Questions: 90
Total Answers: 106

Location: Saint Lucia
Member since Sun, Sep 5, 2021
3 Years ago
biryanrownies questions
Wed, Sep 7, 22, 18:13, 2 Years ago
Fri, Dec 3, 21, 02:50, 2 Years ago
Sat, Feb 12, 22, 16:02, 2 Years ago
Sat, Apr 15, 23, 09:22, 1 Year ago
;