ubuntudevbar crashes - missing image

Bug #682494 reported by Tony Byrne
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Quickly
New
Undecided
Unassigned

Bug Description

On my box ubuntudevbar silently did nothing but I recently ran $ sudo nautilus in a terminal and got this error message.

Traceback (most recent call last):
  File "/usr/lib/nautilus/extensions-2.0/python/ubuntudevbar.py", line 59, in get_widget
    bar.add_image("/usr/share/quickly/icons/quickly48x48.png", current_template)
  File "/usr/lib/nautilus/extensions-2.0/python/ubuntudevbar.py", line 93, in add_image
    pixbuf = gtk.gdk.pixbuf_new_from_file(image_name)
glib.GError: Failed to open file '/usr/share/quickly/icons/quickly48x48.png': No such file or directory

Standard maverick installation
$ quickly --version
Quickly 0.6.1
  Python interpreter: /usr/bin/python 2.6.6
  Python standard library: /usr/lib/python2.6

  Quickly used library: /usr/lib/python2.6/dist-packages/quickly
  Quickly data path: /usr/share/quickly
  Quickly detected template directories:
          /home/tony/quickly-templates
          /usr/share/quickly/templates/

The path /usr/share/quickly/icons does not exist. Editing line 93 to become " pixbuf = None" made ubuntudevbar work for normal user and root.

Revision history for this message
UndiFineD (k.dejong) wrote :

Traceback (most recent call last):
  File "/usr/lib/nautilus/extensions-2.0/python/ubuntudevbar.py", line 71, in get_widget
    if not ('devel' in uri or current_template):
UnboundLocalError: local variable 'current_template' referenced before assignment

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.