Comment 0 for bug 352653

Revision history for this message
Sander Jonkers (jonkers) wrote :

python-coherence on Ubuntu Jaunty Beta & Daily build March 31 2009:

the file /usr/share/dbus-1/services/org.Coherence.service is missing. This results in error message like "dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.Coherence was not provided by any .service files" when using python-coherence.

The contents of /usr/share/dbus-1/services/org.Coherence.service should be

[D-BUS Service]
Name=org.Coherence
Exec=/usr/bin/coherence -o use_dbus:yes -o controlpoint:yes

See http://coherence.beebits.net/wiki/Totem for instructions to add this file.

See http://rpmfind.net/linux/RPM/fedora/devel/i386/python-Coherence-0.6.2-1.fc11.noarch.html : the fedora RPM python-coherence does contain the file /usr/share/dbus-1/services/org.Coherence.service

See https://bugs.launchpad.net/ubuntu/+source/totem/+bug/338963 for the (sub)problem the lacking file causes.

So, please add this file, with the three line contents.