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 359568 - crash in Deskbar: beagle installiert, desk...
crash in Deskbar: beagle installiert, desk...
Status: RESOLVED FIXED
Product: deskbar-applet
Classification: Deprecated
Component: general
2.16.x
Other All
: High critical
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
: 375502 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-10-04 12:26 UTC by balltongue
Modified: 2006-11-15 22:22 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Solution (784 bytes, patch)
2006-10-05 18:38 UTC, Rob Bradford
none Details | Review

Description balltongue 2006-10-04 12:26:11 UTC
What were you doing when the application crashed?
beagle installiert, desktop search bar hinzugefügt, suche nach musik gestartet, liefert ergebnis ordner musik, doppleklick auf ordner absturz


Distribution: Ubuntu 6.10 (edgy)
Gnome Release: 2.16.1 2006-10-02 (Ubuntu)
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/python2.4/site-packages/deskbar/DeskbarApplet.py", line 121 in on_match_selected
    match.action(text)
  • File "/usr/lib/deskbar-applet/handlers/files.py", line 99 in action
    gobject.spawn_async(["nautilus", self.drive], flags=gobject.SPAWN_SEARCH_PATH)
TypeError: gobject.spawn_async: first argument must be a sequence of strings

Comment 1 Elijah Newren 2006-10-04 15:37:59 UTC
Duplicate of bug 353081?
Comment 2 Rob Bradford 2006-10-05 18:38:24 UTC
Created attachment 74081 [details] [review]
Solution

Attached is a fix for this. We can't just change the prototype for __init__ since other stuff relies on the possibility that self.drive is None.
Comment 3 Raphael Slinckx 2006-10-18 11:21:03 UTC
Thanks for the fix. in CVS
Comment 4 Susana 2006-11-15 22:22:48 UTC
*** Bug 375502 has been marked as a duplicate of this bug. ***