[patch] direct service connections
Havoc Pennington
hp at redhat.com
Sat Nov 6 11:39:24 PST 2004
On Sat, 2004-11-06 at 13:27 -0500, Colin Walters wrote:
> In non-thin-client setups of course,
> DBUS_BUS_SESSION_LOCAL == DBUS_BUS_SESSION.
>
I wouldn't do this honestly - if something is supposed to run on a
(session,machine) bus instead of a (session) scope bus, I would say
always run it on a separate bus. Otherwise you get a bunch of bugs that
will only appear in the running-remote-app case, and the remote case
will always be broken.
e.g. signals will go to different sets of apps in the two cases.
Havoc
More information about the dbus
mailing list