GNOME Bugzilla – Bug 647413
crash in Deskbar: I'm loading the Gnome
Last modified: 2011-05-02 17:06:39 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):
+ Trace 226683
app = DeskbarApplet(applet)
gnomeapplet.Applet.__init__(self)
Can you reinstall deskbar-applet and check again? this is a dependence problem in your distro, please report in your distro bugtracking, thank.
Rather a dup of bug 642915. *** This bug has been marked as a duplicate of bug 642915 ***
(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 ?
(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
(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.
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.
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.