GNOME Bugzilla – Bug 580576
crash in Deskbar:
Last modified: 2009-04-28 18:38:01 UTC
What were you doing when the application crashed? Distribution: Ubuntu 8.04 (hardy) Gnome Release: 2.22.3 2008-07-09 (Ubuntu) BugBuddy Version: 2.22.0 System: Linux 2.6.24-22-lpia #1 SMP Thu Mar 26 17:04:58 UTC 2009 i686 X Vendor: The X.Org Foundation X Vendor Release: 10400090 Selinux: No Accessibility: Disabled GTK+ Theme: Human Icon Theme: Human Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0 CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0 ----------- .xsession-errors --------------------- ** (dell-launcher:5320): DEBUG: Font changed: Sans Bold 10 ** (dell-launcher:5320): DEBUG: Font dpi: 96.000000 ** (dell-launcher:5320): DEBUG: Connecting to ConsoleKit for suspend/resume restarting ** (dell-launcher:5320): DEBUG: FRAMES=24 FPS=75 seahorse nautilus module initialized Initializing nautilus-share extension Shutting down nautilus-share extension seahorse nautilus module shutdown ** (dell-launcher:5320): DEBUG: New Category: Entertainment ** (dell-launcher:5320): DEBUG: New Category: Games ** (dell-launcher:5320): DEBUG: New Category: Learn ** (dell-launcher:5320): DEBUG: New Category: Productivity ** (dell-launcher:5320): DEBUG: New Category: Web -------------------------------------------------- Traceback (most recent call last):
+ Trace 214885
tray = DeskbarTray(applet)
self.on_change_size(self.applet, self.applet.get_size())
self.set_button_image_from_file ("/usr/share/pixmaps/deskbar-applet.png", s)
pixbuf = gtk.gdk.pixbuf_new_from_file_at_size (filename, -1, size)
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 580544 ***
I had just activated the desktop bar. (In reply to comment #0) > What were you doing when the application crashed? > Distribution: Ubuntu 8.04 (hardy) > Gnome Release: 2.22.3 2008-07-09 (Ubuntu) > BugBuddy Version: 2.22.0 > System: Linux 2.6.24-22-lpia #1 SMP Thu Mar 26 17:04:58 UTC 2009 i686 > X Vendor: The X.Org Foundation > X Vendor Release: 10400090 > Selinux: No > Accessibility: Disabled > GTK+ Theme: Human > Icon Theme: Human > Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0 > CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: > 0 it_real_value: 0 frequency: 0 > ----------- .xsession-errors --------------------- > ** (dell-launcher:5320): DEBUG: Font changed: Sans Bold 10 > ** (dell-launcher:5320): DEBUG: Font dpi: 96.000000 > ** (dell-launcher:5320): DEBUG: Connecting to ConsoleKit for suspend/resume > restarting > ** (dell-launcher:5320): DEBUG: FRAMES=24 FPS=75 > seahorse nautilus module initialized > Initializing nautilus-share extension > Shutting down nautilus-share extension > seahorse nautilus module shutdown > ** (dell-launcher:5320): DEBUG: New Category: Entertainment > ** (dell-launcher:5320): DEBUG: New Category: Games > ** (dell-launcher:5320): DEBUG: New Category: Learn > ** (dell-launcher:5320): DEBUG: New Category: Productivity > ** (dell-launcher:5320): DEBUG: New Category: Web > -------------------------------------------------- > Traceback (most recent call last): > File "/usr/lib/deskbar-applet/deskbar-applet", line 30, in applet_factory > tray = DeskbarTray(applet) > File "/usr/lib/python2.5/site-packages/deskbar/ui/DeskbarTray.py", line 49, > in __init__ > self.on_change_size(self.applet, self.applet.get_size()) > File "/usr/lib/python2.5/site-packages/deskbar/ui/DeskbarTray.py", line 159, > in on_change_size > self.set_button_image_from_file ("/usr/share/pixmaps/deskbar-applet.png", > s) > File "/usr/lib/python2.5/site-packages/deskbar/ui/DeskbarTray.py", line 139, > in set_button_image_from_file > pixbuf = gtk.gdk.pixbuf_new_from_file_at_size (filename, -1, size) > GError: Failed to open file '/usr/share/pixmaps/deskbar-applet.png': No such > file or directory