GNOME Bugzilla – Bug 379906
crash in Deskbar: I was trying to use a ba...
Last modified: 2006-11-27 22:52:17 UTC
What were you doing when the application crashed? I was trying to use a bash script placed in /usr/local/bin: "radio_montecarlo" -rw-r--r-- 1 root root 74 2006-11-27 19:44 radio_montecarlo source of radio_montecarlo: #!/bin/sh vlc "http://www.radiomontecarlo.net/RMC_04/PlayerRMC/rmc32.asx" p.s.: this ubuntu has been recently upgraded from 6.06 to 6.10 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):
+ Trace 89829
match.action(text)
gobject.spawn_async(text.split(" "), flags=gobject.SPAWN_SEARCH_PATH)
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. Workaround: as you can see, your bash script is not marked as executable: -rw-r--r-- 1 root root 74 2006-11-27 19:44 radio_montecarlo it should look like this: -rwxr--r-- 1 root root 74 2006-11-27 19:44 radio_montecarlo mark it as executable by running "chmod u+x radio_montecarlo root" or something like that. :-) *** This bug has been marked as a duplicate of 378570 ***