hamster
hamster copied to clipboard
GNOME time tracker
WIP: No dbus
First part of #570, new option ``` --no-dbus (experimental) Direct access to the database. Another process trying to write at the same time is untested yet. ``` The main interest...
Hello, is there an indicator for ubuntu 22.04? I tried to install an old version on mate, gnome and unity but it didn't work. Hamster-applet 3.0.2
The last release (3.0.2) is missing https://github.com/projecthamster/hamster/commit/b3dc385c25c33ea5fac697e7e43cc2233234a64d It would be great to do the 3.0.3 release with this fix so distributions can pick it up.
Hi the indicator always displays "no activity" even if an activity is running. Can you help ? Screenshot : https://ibb.co/cC8YDxY UBUNTU 20.4 $ apt list hamster-time-tracker Listing... Done hamster-time-tracker/now 3.0.2-3...
``` Traceback (most recent call last): File "/usr/bin/hamster", line 415, in i18n.setup_i18n() File "/usr/lib/python3.11/site-packages/hamster/lib/i18n.py", line 24, in setup_i18n module.bind_textdomain_codeset('hamster','utf8') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'gettext' has no attribute 'bind_textdomain_codeset' ``` The mentioned...
Following https://github.com/projecthamster/hamster/issues/688
Fix for python 3.11 - module.bind_textdomain_codeset was removed
Having any html/xml characters in the description breaks the reports output in html (surely in xml as well, have only tested html).