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 355573 - crash in Deskbar: startx. This appears to ...
crash in Deskbar: startx. This appears to ...
Status: RESOLVED FIXED
Product: deskbar-applet
Classification: Deprecated
Component: general
unspecified
Other All
: High critical
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
: 355739 357675 358460 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-09-12 13:19 UTC by dwall72
Modified: 2006-10-18 11:02 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
deskbar-applet -w output (3.65 KB, text/plain)
2006-10-11 22:30 UTC, Eric Butler
Details

Description dwall72 2006-09-12 13:19:57 UTC
What were you doing when the application crashed?
startx. This appears to be a problem in the Deskbar-applet when starting.


Distribution: Unknown
Gnome Release: 2.16.0 2006-09-11 (GNOME.Org)
BugBuddy Version: 2.16.0

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 54 in applet_factory
    deskbar.DeskbarApplet.DeskbarApplet(applet)
  • File "/usr/lib/python2.4/site-packages/deskbar/DeskbarApplet.py", line 82 in __init__
    self.set_up_ui_signals ()
  • File "/usr/lib/python2.4/site-packages/deskbar/DeskbarApplet.py", line 322 in set_up_ui_signals
    self.ui.connect ("match-selected", self.on_match_selected)
AttributeError: DeskbarApplet instance has no attribute 'ui'

Comment 1 Karsten Bräckelmann 2006-09-13 10:33:42 UTC
*** Bug 355739 has been marked as a duplicate of this bug. ***
Comment 2 Mikkel Kamstrup Erlandsen 2006-09-19 20:11:10 UTC
dwall could you please run "/usr/lib/deskbar-applet/deskbar-applet -w" from a terminal, and paste the output here.
Comment 3 Karsten Bräckelmann 2006-09-25 20:21:28 UTC
*** Bug 357675 has been marked as a duplicate of this bug. ***
Comment 4 Karsten Bräckelmann 2006-09-30 12:46:59 UTC
*** Bug 358460 has been marked as a duplicate of this bug. ***
Comment 5 Eric Butler 2006-10-11 22:30:45 UTC
Created attachment 74528 [details]
deskbar-applet -w output

When I run /usr/lib/deskbar-applet/deskbar-applet -w, appears to work properly, however I get the AttributeError when I try adding deskbar to the gnome panel.
Comment 6 Mikkel Kamstrup Erlandsen 2006-10-12 05:24:37 UTC
Thanks Eric. If I can get you to run just "/usr/lib/deskbar-applet/deskbar-applet" (it will hang in the terminal) and then try and add deskbar to the panel. This way it will use your running instance of deskbar in the panel.

Then "hopefully" you'll get your crash upon adding it, and you can attach the output here like you just did.
Comment 7 Eric Butler 2006-10-12 08:44:31 UTC
$ /usr/lib/deskbar-applet/deskbar-applet
Running installed deskbar, using [/usr/lib/python2.4/site-packages/deskbar:$PYTHONPATH]
Data Dir: /usr/share/deskbar-applet
Handlers Dir: ['/home/eric/.gnome2/deskbar-applet/handlers', '/usr/lib/deskbar-applet/handlers']
Binding Global shortcut <Alt>F3 to focus the deskbar
Running with options: {'popup_mode': False, 'cuemiac': False, 'do_trace': False, 'standalone': False}
Starting Deskbar instance: <gnome.applet.Applet object (PanelApplet) at 0xb3b07e14> OAFIID:Deskbar_Applet
Using per-applet gconf key: /apps/panel/applets/applet_13/prefs
Traceback (most recent call last):
  • File "/usr/lib/deskbar-applet/deskbar-applet", line 54 in applet_factory
    deskbar.DeskbarApplet.DeskbarApplet(applet)
  • File "/usr/lib/python2.4/site-packages/deskbar/DeskbarApplet.py", line 82 in __init__
    self.set_up_ui_signals ()
  • File "/usr/lib/python2.4/site-packages/deskbar/DeskbarApplet.py", line 327 in set_up_ui_signals
    self.ui.connect ("match-selected", self.on_match_selected)
AttributeError: DeskbarApplet instance has no attribute 'ui'

** (deskbar-applet:26547): WARNING **: need to free the control here



---

There is nothing in ~/.gnome2/deskbar-applet/handlers, by the way.
Comment 8 Raphael Slinckx 2006-10-18 11:02:34 UTC
Fixed in CVS