[Debian] Listen does not start
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Listen |
New
|
Undecided
|
Unassigned | ||
Debian |
Fix Released
|
Unknown
|
Bug Description
Hi there,
After an update of my Debian (Linux bronski 3.0.0-1-amd64 #1 SMP Sun Jul 24 02:24:44 UTC 2011 x86_64 GNU/Linux
), I cannot start Listen anymore. Here is the message I get from the command line:
$ listen --debug 9
INFO library.
INFO library.
INFO library.
INFO library.
INFO library.
INFO library.
INFO library.
INFO library.
INFO library.
INFO library.
INFO widget.
INFO widget.
Traceback (most recent call last):
File "listen", line 213, in <module>
ListenApp()
File "listen", line 131, in __init__
self.
File "/usr/lib/
self.notify = Notify(self.tray)
File "/usr/lib/
if utils.dbus_
File "/usr/lib/
bus.
File "/usr/lib/
'su', (bus_name, flags)))
File "/usr/lib/
message, timeout)
dbus.exceptions
gstreamer version is 0.10
python version is 2.6.7
cheers
Changed in debian: | |
status: | Unknown → Confirmed |
Changed in debian: | |
status: | Confirmed → Fix Released |
Hi,
Found a workaround here : http:// aur.archlinux. org/packages. php?ID= 53637 usr/share/ dbus-1/ services/ org.freedesktop .Notifications. service[ /code] freedesktop. Notifications notification- daemon- 1.0/notificatio n-daemon ] || [ "$GDMSESSION" = guest-restricted ] || [ "$GDMSESSION" = gnome-classic- guest-restricte d ] [ "$GDMSESSION" = default -a "$(basename `readlink /etc/alternativ es/x-session- manager` )" = gnome-session ] || [ "$GDMSESSION" = ubuntu ] || [ "$GDMSESSION" = ubuntu-2d ]; then exec /usr/lib/ notify- osd/notify- osd; else exec /usr/lib/ notification- daemon- 1.0/notificatio n-daemon; fi'
Create the file [code]/
with the following content
[code]
[D-BUS Service]
Name=org.
Exec=/bin/sh -c 'if [ ! -x /usr/lib/
[/code]
It works for me.
<3 Listen ;-)