-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, 28 Oct 2007 at 23:06:58 -0400, Rainer Dorsch wrote: > gabble is installed in /opt/gtalk: > > /usr/bin/install -c -m > 644 'org.freedesktop.Telepathy.ConnectionManager.gabble.service' > '/opt/gtalk/share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service' > > How do I tell my dbus system to check the services dir above?
Create a file prefix-opt-gtalk.conf (or some such) in /etc/dbus-1/session.d, containing: <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> <busconfig> <servicedir>/opt/gtalk/share/dbus-1/services</servicedir> </busconfig> ... I think. Simon -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: OpenPGP key: http://www.pseudorandom.co.uk/2003/contact/ or pgp.net iD8DBQFHJbZ/WSc8zVUw7HYRAgk3AJ4hohZ0RAPfxUD8w2eghV5AiqC2VgCgpyvZ w3iY3fZqS1ESqiPFQvYb6PE= =W3gZ -----END PGP SIGNATURE----- _______________________________________________ Telepathy mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/telepathy
