diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2012-08-05 14:53:48 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2012-08-05 14:53:48 +0200 |
commit | 68b0c113f682c72daf36aa82b9f98008a5402362 (patch) | |
tree | 85462fb4aabd64bae76a02a1d38b196fa55ba889 /INSTALL | |
parent | 685e57eaf381630c043bfd662013af35836d19cb (diff) |
* INSTALL: Explain, how to disable D-Bus at all. (Bug#12112)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -280,6 +280,12 @@ You can tell configure where to search for GTK by specifying `--with-pkg-config-prog=PATH' where PATH is the pathname to pkg-config. Note that GTK version 2.6 or newer is required for Emacs. +Emacs will autolaunch a D-Bus session bus, when the environment +variable DISPLAY is set, but no session bus is running. This might be +inconvenient for Emacs when running as daemon or running via a remote +ssh connection. In order to suppress D-Bus at all, configure Emacs +with the options `--without-dbus --without-gconf --without-gsettings'. + The Emacs mail reader RMAIL is configured to be able to read mail from a POP3 server by default. Versions of the POP protocol older than POP3 are not supported. For Kerberos-authenticated POP add |