all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs insists on starting dbus?
@ 2012-07-31 14:49 Harald Hanche-Olsen
  2012-07-31 16:56 ` Jan Djärv
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Harald Hanche-Olsen @ 2012-07-31 14:49 UTC (permalink / raw)
  To: emacs-devel

Short version: I built emacs with --without-dbus,
yet when I run emacs -Q, it runs dbus-launch.

Why? Surely, this is not the way it should be?

Slightly longer version: I am on Ubuntu, fresh emacs source from
trunk, and ./config.status -V outputs this:
emacs config.status 24.1.50
configured by ../configure, generated by GNU Autoconf 2.65,
  with options "'--without-dbus' '--prefix=/global/work/hanche/pkg/emacs/2012-07-31' '--with-gif=no' '--with-x-toolkit=lucid'"
And here is what happens:
; strace -f -e execve /global/work/hanche/pkg/emacs/current/bin/emacs -Q
Process 31127 attached
[...]
[pid 31127] execve("/usr/bin/dbus-launch", ["dbus-launch", "--autolaunch", "2873e88d4c5664b2024eb9654eddd59c", "--binary-syntax", "--close-stderr"], [/* 205 vars */]) = 0
[...]

A bit of background: This is on a server running as a virtual machine.
I would like to have an emacs daemon running on this server that I can
connect to and use (with x11) when I ssh into the machine. But when I
am done using my emacs windows and have closed them all, ssh still
hangs around when I log out because the dbus process(es) are hanging
onto one or two x11 connections tunneled by ssh. The only workaround I
see is to kill those dbus processes by hand, which is a bother.

I'd file a bug report, but I wanted to ask here first if this is a bug
or a feature. And if the latter, how do I work around it?

- Harald



^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2012-08-01 14:19 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-31 14:49 Emacs insists on starting dbus? Harald Hanche-Olsen
2012-07-31 16:56 ` Jan Djärv
2012-07-31 17:54   ` Michael Albinus
2012-07-31 18:01     ` Harald Hanche-Olsen
2012-07-31 18:15       ` Ken Brown
2012-07-31 18:32         ` Harald Hanche-Olsen
2012-07-31 18:51           ` Michael Albinus
2012-08-01 13:25           ` Steinar Bang
2012-07-31 18:51     ` Jan Djärv
2012-07-31 19:02       ` Michael Albinus
2012-07-31 20:43         ` Jan Djärv
2012-07-31 21:09           ` Harald Hanche-Olsen
2012-08-01 12:11             ` Michael Albinus
2012-08-01 12:18               ` Harald Hanche-Olsen
2012-08-01 12:23                 ` Michael Albinus
2012-08-01 13:57                   ` Harald Hanche-Olsen
2012-08-01 14:19                     ` Harald Hanche-Olsen
2012-08-01  8:17           ` Michael Albinus
2012-07-31 17:49 ` Michael Albinus
2012-07-31 18:16   ` Harald Hanche-Olsen
2012-08-01 13:23 ` Steinar Bang

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.