emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs/lisp/net dbus.el


From: Michael Albinus
Subject: Re: emacs/lisp/net dbus.el
Date: Thu, 20 Aug 2009 15:01:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Glenn Morris <address@hidden> writes:

> But if I do:
>
> ssh my-local-host
> emacs -Q -l dbus
>
> then two new dbus processes are started:
>
> dbus-launch --autolaunch STRING --binary-syntax --close-stderr
> dbus-daemon -fork --print-pid 5 --print-address 7 --session
>
> These persist after Emacs exits, and I have to kill them before I can
> logout of my ssh connection.

I've commited a patch for dbusbind.c. Before connecting to the session
bus, there is now a check for $DBUS_SESSION_BUS_ADDRESS. By this,
unintended autostart shall be avoided.

Best regards, Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]