From: Daniel Kahn Gillmor Date: Wed, 27 Oct 2010 17:55:36 +0000 (-0400) Subject: updated Xsesson.d startup script to document correct environment variable choices X-Git-Tag: msva-perl_debian/0.6-1~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a7532fe60ee7016b50dec18bf2540eb60ff5d3b0;p=monkeysphere-validation-agent.git updated Xsesson.d startup script to document correct environment variable choices --- diff --git a/debian/70monkeysphere_use-validation-agent b/debian/70monkeysphere_use-validation-agent index ee01bea..47650d2 100644 --- a/debian/70monkeysphere_use-validation-agent +++ b/debian/70monkeysphere_use-validation-agent @@ -4,10 +4,14 @@ # startup argument with a monkeysphere-validation-agent nested # process, if available and none already exist. -# Enable this system-wide by setting -# MONKEYSPHERE_USE_VALIDATION_AGENT=true in +# Disable this system-wide by setting +# USE_VALIDATION_AGENT=false in # /etc/monkeysphere/monkeysphere.conf +# Individual users can set the same environment variable in +# ~/.monkeysphere/monkeysphere.conf to disable the agent for their own +# X11 sessions. + # Note that there is some weird interaction between this and # dbus-session at the moment: dbus-launch can start the msva just # fine, but if msva tries to start dbus-launch, dbus-launch fails