gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #00378
[Bug 442284] Re: Traceback on trying to edit a task
I absolutely agree, it has to be deactivated by default. I added, on
plug-in activation, a check of the presence of tomboy installed. If
tomboy is not found, the plug-in notifies the user to either install it
or disable the plug-in.
(branch lp:~gtg-user/gtg/tomboy, revision 341
** Tags added: toreview
** Changed in: gtg
Status: New => Fix Released
--
Traceback on trying to edit a task
https://bugs.launchpad.net/bugs/442284
You received this bug notification because you are a member of Gtg
developers, which is subscribed to Getting Things GNOME!.
Status in Getting Things GNOME!: Fix Released
Bug description:
trying gtg on latest rawhide according to the (Testing and translating time (how to help without programming) blog
just starting the debug script and double clicking a task.
I probably have tomboy data in my home but not tomboy installed. gtg-01 is also installed systemwide
$ bzr branch lp:gtg
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data. See "bzr help launchpad-login".
Branched 339 revision(s).
$ ./scripts/debug.sh
Traceback (most recent call last):
File "/home/yaneti/cvs/gtg/gtg/GTG/taskbrowser/browser.py", line 1202, in on_edit_active_task
self.open_task(tid)
File "/home/yaneti/cvs/gtg/gtg/GTG/taskbrowser/browser.py", line 714, in open_task
self.get_tasktitle)
File "/home/yaneti/cvs/gtg/gtg/GTG/taskeditor/editor.py", line 171, in __init__
self.pengine.onTaskLoad(self.plugins, self.te_plugin_api)
File "/home/yaneti/cvs/gtg/gtg/GTG/core/plugins/engine.py", line 187, in onTaskLoad
plugin['instance'].onTaskOpened(plugin_api)
File "/home/yaneti/cvs/gtg/gtg/GTG/plugins/tomboy/tomboy.py", line 113, in onTaskOpened
self.addButtonToToolbar(plugin_api)
File "/home/yaneti/cvs/gtg/gtg/GTG/plugins/tomboy/tomboy.py", line 68, in addButtonToToolbar
pixbuf_new_from_file_at_size(tb_Taskbutton_image_path, 16, 16)
glib.GError: Failed to open file '/usr/share/icons/hicolor/16x16/apps/tomboy.png': No such file or directory
References