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 649215 - crash in Deskbar: Deskbar wasn't working b...
crash in Deskbar: Deskbar wasn't working b...
Status: RESOLVED DUPLICATE of bug 642915
Product: deskbar-applet
Classification: Deprecated
Component: general
unspecified
Other All
: Normal critical
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-05-02 17:56 UTC by juanmi
Modified: 2011-05-02 18:14 UTC
See Also:
GNOME target: ---
GNOME version: 2.29/2.30



Description juanmi 2011-05-02 17:56:33 UTC
What were you doing when the application crashed?
Deskbar wasn't working before, I just upgraded my computer and did a full reboot, when gnome is starting Deskbar is still failing.


Distribution: Debian wheezy/sid
Gnome Release: 2.30.2 2010-11-12 (Debian)
BugBuddy Version: 2.30.0

System: Linux 2.6.38-2-686 #1 SMP Thu Apr 7 05:24:21 UTC 2011 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10905000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Adwaita
Icon Theme: gnome
GTK+ Modules: gnomebreakpad

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

Traceback (most recent call last):
  • File "/usr/lib/deskbar-applet/deskbar-applet", line 32 in applet_factory
    app = DeskbarApplet(applet)
  • File "/usr/lib/pymodules/python2.6/deskbar/ui/DeskbarApplet.py", line 141 in __init__
    gnomeapplet.Applet.__init__(self)
RuntimeError: cannot subclass gnome.applet.Applet


----------- .xsession-errors (8 sec old) ---------------------
    self.on_load(applet)
  File "/usr/lib/python2.6/dist-packages/blueman/plugins/applet/PulseAudio.py", line 115, in on_load
    if int(version.split(".")[2]) < 15:
ValueError: invalid literal for int() with base 10: '21-rebootstrapped-dirty'
(evolution-alarm-notify:2902): libecal-WARNING **: Cannot activate ECal: Error al llamar StartSereviceByName para org.gnome.evolution.dataserver.Calendar: Se alcanzó el tiempo de expiración
Initializing nautilus-gdu extension
(gnome-panel:2894): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -4 and height 27
[Error] Could not find file "/home/br0th3r/.local/share/glippy/snippets.xml".
[Error] Could not find file "/home/br0th3r/.local/share/glippy/actions.xml".
** Message: applet now embedded in the notification area
** (update-notifier:2960): DEBUG: error during dbus call: Activation of org.debian.apt timed out
--------------------------------------------------
Comment 1 juanmi 2011-05-02 18:07:20 UTC
I don't know if this could help, but when I started by hand I get this error:
$ /usr/lib/deskbar-applet/deskbar-applet 
05-02 20:00:40 deskbar.core.Utils WARNING  Icon stock_people Load Error: El icono «stock_people» no está presente en el tema (or El icono «stock_people» no está presente en el tema)
05-02 20:00:40 deskbar.core.Utils WARNING  Icon `stock_unknown' is not present in theme

translating the spanishg sentences it says something like:
$ /usr/lib/deskbar-applet/deskbar-applet 
05-02 20:00:40 deskbar.core.Utils WARNING  Icon stock_people Load Error: Icon «stock_people» is not present in the template (or icon «stock_people» is not present in the template)
05-02 20:00:40 deskbar.core.Utils WARNING  Icon `stock_unknown' is not present in theme

I hope this helps,
Comment 2 juanmi 2011-05-02 18:10:26 UTC
Somebody said:
--- Comment #29 from Olivier Berger <olivier.berger@**********.eu> 2011-05-02 17:04:50 UTC ---
It seems to me that just commenting the line gnomeapplet.Applet.__init__(self)
in DeskbarApplet's __init__ may solve the problem...

I tried and didn't work to me, the error
Comment 3 juanmi 2011-05-02 18:14:07 UTC
I believe this bug is a duplicated from bug number 642915

*** This bug has been marked as a duplicate of bug 642915 ***