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 647413 - crash in Deskbar: I'm loading the Gnome
crash in Deskbar: I'm loading the Gnome
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-04-11 05:33 UTC by 3aHyga
Modified: 2011-05-02 17:06 UTC
See Also:
GNOME target: ---
GNOME version: 2.31/2.32



Description 3aHyga 2011-04-11 05:33:31 UTC
What were you doing when the application crashed?
I'm loading the Gnome


Distribution: ALT Linux 6.0.0 Centaurus beta (Cheiron)
Gnome Release: 2.32.1 2011-03-14 (ALT Linux Team)
BugBuddy Version: 2.32.0

System: Linux 2.6.38-un-def-alt2 #1 SMP PREEMPT Fri Apr 1 10:24:26 UTC 2011 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10905000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Glossy
Icon Theme: gnome
GTK+ Modules: globalmenu-plugin, gnomesegvhandler, canberra-gtk-module

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/python2.6/site-packages/deskbar/ui/DeskbarApplet.py", line 141 in __init__
    gnomeapplet.Applet.__init__(self)
RuntimeError: cannot subclass gnome.applet.Applet

Comment 1 Fabio Durán Verdugo 2011-04-11 12:45:53 UTC
Can you reinstall deskbar-applet and check again?
this is a dependence problem in your distro, please report in your distro bugtracking, thank.
Comment 2 André Klapper 2011-04-11 16:44:07 UTC
Rather a dup of bug 642915.

*** This bug has been marked as a duplicate of bug 642915 ***
Comment 3 Olivier Berger 2011-05-02 13:21:49 UTC
(In reply to comment #1)
> Can you reinstall deskbar-applet and check again?
> this is a dependence problem in your distro, please report in your distro
> bugtracking, thank.

Would you mind explaining which dependency problem exactly ?
Comment 4 Fabio Durán Verdugo 2011-05-02 13:51:08 UTC
(In reply to comment #3)
> (In reply to comment #1)
> > Can you reinstall deskbar-applet and check again?
> > this is a dependence problem in your distro, please report in your distro
> > bugtracking, thank.
> 
> Would you mind explaining which dependency problem exactly ?


python-gnomeapplet
Comment 5 Olivier Berger 2011-05-02 14:08:06 UTC
(In reply to comment #4)
> (In reply to comment #3)
> > (In reply to comment #1)
> > > Can you reinstall deskbar-applet and check again?
> > > this is a dependence problem in your distro, please report in your distro
> > > bugtracking, thank.
> > 
> > Would you mind explaining which dependency problem exactly ?
> 
> 
> python-gnomeapplet

Annnnnd ?

What exactly is the problem ? ... is it really so hard to provide enough details so that you can be understood ?

Thanks in advance.
Comment 6 Fabio Durán Verdugo 2011-05-02 14:44:09 UTC
I think the problem is in the packaging to *.deb for python-gnomeapplet. why?, because if you have this problem and your compile from sources the problem is solve. I talk about with ubuntu q&a triage, but do not know what happened with this problem. I dont have ubuntu now for testing.
Comment 7 Olivier Berger 2011-05-02 17:06:39 UTC
Uh... I do agree that with python-gnomeapplet 2.30.0, there's an explicit check against what deskbar is trying to do :
 PyErr_SetString(PyExc_RuntimeError, "cannot subclass gnome.applet.Applet");

Dunno if this is what you meant.