Thanks for all the work done on getting hamster in Gnome Shell. Its been helpful so far. I just thought I'd put a case out for the issues I've seen just so they are documented and maybe others have seen similar:
The only way I've been able to update what is displayed in the extension is to use the actual Hamster application, when I enter an activity there it shows up in the topbar but only through that means. I cannot enter an activity through the popup interface at all.
When booting up with a previous activity still in progress, the extension will say "No Activity" even though one is going on.
The 'Show Hamster" link doesn't do anything, Hamster does not load or does not focus if its already loaded. However, 'Stop Tracking' seems to work both when Hamster is loaded and not.
Marc
Designs
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
the #3 (closed) appeared just recently with 3.2 - haven't looked at it yet
as for #1 (closed) and #2 (closed) - after restarting computer be sure to run the
standalone first. for some reason the extension is not waking up the
backend service (will look into that too eventually). after that you
should be able to enter activity in the "enter activity" field and
start tracking it (enter key does the trick).
if that doesn't happen, try alt+ft and enter 'lg' for the lookinglass
debugger and switch over to errors tab - perhaps something of interest
will be there
Thanks for all the work done on getting hamster in Gnome Shell. Its been helpful so far. I just thought I'd put a case out for the issues I've seen just so they are documented and maybe others have seen similar:
The only way I've been able to update what is displayed in the extension is to use the actual Hamster application, when I enter an activity there it shows up in the topbar but only through that means. I cannot enter an activity through the popup interface at all.
When booting up with a previous activity still in progress, the extension will say "No Activity" even though one is going on.
The 'Show Hamster" link doesn't do anything, Hamster does not load or does not focus if its already loaded. However, 'Stop Tracking' seems to work both when Hamster is loaded and not.
#2 (closed) will work if I start hamster standalone and then load the extension.. #1 (closed) still doesn't work. no errors in looking glass that I noticed
When I try to start a new activity from the extension I still get an error :
JS LOG: Ignored exception from dbus method: Error: DBus error: org.freedesktop.DBus.Python.AttributeError: Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/service.py", line 702, in _message_cb
retval = candidate_method(self, _args, *_keywords)
File "/usr/lib/python2.7/site-packages/hamster/storage.py", line 122, in AddFact
result = self.__add_fact(activity_name, tags, start_time, end_time, category_name, description, temporary)
File "/usr/lib/python2.7/site-packages/hamster/db.py", line 505, in __add_fact
tags = [tag.strip() for tag in tags.split(",") if tag.strip()] # split by comma
AttributeError: 'dbus.Int32' object has no attribute 'split'
fixed all three mentioned in the original comment.
jlaunay - check if perhaps what you are experienced has been fixed too. if not, please file a new bug.
was just going to ask cuz I was having the same probs... being an Ubuntu guy is there a PPA for Hamster by chance? Or is best just to install from source?