After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 580576 - crash in Deskbar:
crash in Deskbar:
Status: RESOLVED DUPLICATE of bug 580544
Product: deskbar-applet
Classification: Deprecated
Component: general
unspecified
Other All
: High critical
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2009-04-28 10:13 UTC by gkee01
Modified: 2009-04-28 18:38 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description gkee01 2009-04-28 10:13:02 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):
  • 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

Comment 1 Sebastian Pölsterl 2009-04-28 12:20:32 UTC
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 ***
Comment 2 gkee01 2009-04-28 18:38:01 UTC
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