← Back to team overview

gtg team mailing list archive

[Bug 442284] Re: Traceback on trying to edit a task

 

** Changed in: gtg
       Status: Fix Released => Fix Committed

-- 
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 Committed

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