Date: Thu, 16 Jun 2011 08:20:30 -0700 From: Mike Harding <mvh@ix.netcom.com> To: freebsd-gnome@freebsd.org Subject: Re: Anybody else have problems with hamster? Message-ID: <1308237630.12058.5.camel@localhost> In-Reply-To: <1308164676.63152.1.camel@localhost> References: <1308164676.63152.1.camel@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
For posterity: If I ran 'hamster-service' I saw a problem related to http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/155971 - 'import sqlite3' did not work in python because extensions weren't enabled and the python library tries to load them even when not enabled. Then, I had a problem with FTS3 missing. Short answer is, I reset the configuration options on databases/sqlite3 with a 'make rmconfig deinstall reinstall' and it worked fine after that. Likely I had old configuration options left over from an old install of sqlite3 that had these options off. On Wed, 2011-06-15 at 12:04 -0700, Mike Harding wrote: > I get an OAFIID error if I try to add the applet, if I try to run it > from the command line: > > [mvh@bsd /usr/home/mvh]$ hamster-time-tracker > > ** (hamster-time-tracker:70128): WARNING **: Trying to register gtype > 'WnckWindowState' as enum when in fact it is of type 'GFlags' > > ** (hamster-time-tracker:70128): WARNING **: Trying to register gtype > 'WnckWindowActions' as enum when in fact it is of type 'GFlags' > > ** (hamster-time-tracker:70128): WARNING **: Trying to register gtype > 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags' > WARNING:root:Could not import pynotify - notifications will be disabled > Traceback (most recent call last): > File "/usr/local/bin/hamster-time-tracker", line 530, in <module> > getattr(WindowServer(), window)() > File "/usr/local/bin/hamster-time-tracker", line 459, in main > self.app = ProjectHamster() > File "/usr/local/bin/hamster-time-tracker", line 37, in __init__ > self.new_name = widgets.ActivityEntry() > File > "/usr/local/lib/python2.7/site-packages/hamster/widgets/activityentry.py", line 102, in __init__ > self.populate_suggestions() > File > "/usr/local/lib/python2.7/site-packages/hamster/widgets/activityentry.py", line 225, in populate_suggestions > self.activities = > runtime.storage.get_activities(input_activity.activity_name) > File "/usr/local/lib/python2.7/site-packages/hamster/client.py", line > 135, in get_activities > return self._to_dict(('name', 'category'), > self.conn.GetActivities(search)) > File "/usr/local/lib/python2.7/site-packages/hamster/client.py", line > 86, in conn > '/org/gnome/Hamster'), > File "/usr/local/lib/python2.7/site-packages/dbus/bus.py", line 244, > in get_object > follow_name_owner_changes=follow_name_owner_changes) > File "/usr/local/lib/python2.7/site-packages/dbus/proxies.py", line > 241, in __init__ > self._named_service = conn.activate_name_owner(bus_name) > File "/usr/local/lib/python2.7/site-packages/dbus/bus.py", line 183, > in activate_name_owner > self.start_service_by_name(bus_name) > File "/usr/local/lib/python2.7/site-packages/dbus/bus.py", line 281, > in start_service_by_name > 'su', (bus_name, flags))) > File "/usr/local/lib/python2.7/site-packages/dbus/connection.py", line > 630, in call_blocking > message, timeout) > dbus.exceptions.DBusException: > org.freedesktop.DBus.Error.Spawn.ChildExited: > Process /usr/local/bin/hamster-service exited with status 1 > > > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1308237630.12058.5.camel>