# /etc/X11/Xsession.d/70monkeysphere_use-validation-agent # This is a script to be sourced by Xsession. It wraps the session # 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 # /etc/monkeysphere/monkeysphere.conf # 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 # with: # Failed to waitpid() for babysitter intermediate process: No child processes # So this is placed at position 70 -- *before* the dbus Xsession # startup script, which is at 75 as of 2010-03-12, when i wrote this. # this is also good, because it means that the MSVA will learn about # the dbus session parameters, in case we want the agent to use dbus # to communicate with the user. # Author: Daniel Kahn Gillmor MSVAGENT=/usr/bin/monkeysphere-validation-agent MSSYSCONFIG=/etc/monkeysphere/monkeysphere.conf MSUSERCONFIG="$HOME/.monkeysphere/monkeysphere.conf" if [ -x "$MSVAGENT" ] ; then if [ "$(USE_VALIDATION_AGENT= . "$MSSYSCONFIG" 2>/dev/null . "$MSUSERCONFIG" 2>/dev/null || : printf '%s' "$USE_VALIDATION_AGENT")" = "true" ] ; then STARTUP="$MSVAGENT $STARTUP" fi fi tags/02/d0?h=master'>diff
path: root/tags/02/d0
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
committerJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
commitfd54908da2b05c526dd3bee9b6dcd093214a220d (patch)
treec69c845069c99d1d01044f6fafda7c08433329c6 /tags/02/d0
parentba46132213560cf3335d53560d519c0ec0190da2 (diff)
Diffstat (limited to 'tags/02/d0')
-rw-r--r--tags/02/d0/1360340878-6728-1-git-send-email-fercerpav@gmail.com/openmoko0
-rw-r--r--tags/02/d0/1360340878-6728-1-git-send-email-fercerpav@gmail.com/unread0
-rw-r--r--tags/02/d0/148052640433.32076.7638747159788305137.reportbug@learner.researchut.com/debian0
-rw-r--r--tags/02/d0/20110316183419.GC24864@jones.dk/debian0
-rw-r--r--tags/02/d0/20110316183419.GC24864@jones.dk/sent0
-rw-r--r--tags/02/d0/20110316183419.GC24864@jones.dk/signed0
-rw-r--r--tags/02/d0/20130302053229.AAFBC170833@bu.borneuni.dk/sys0
-rw-r--r--tags/02/d0/20130302053229.AAFBC170833@bu.borneuni.dk/unread0
-rw-r--r--tags/02/d0/20180317200003.4F96978BE@lxp5.free-owl.de/sys0
-rw-r--r--tags/02/d0/20180317200003.4F96978BE@lxp5.free-owl.de/unread0
-rw-r--r--tags/02/d0/4C13C4D5.5080300@kernel.org/debian0
-rw-r--r--tags/02/d0/524AA6C3.2000909@lig.net/debian0
-rw-r--r--tags/02/d0/524AA6C3.2000909@lig.net/unread0
-rw-r--r--tags/02/d0/877ivbvt45.fsf@pacem.orebokech.com/debian0
-rw-r--r--tags/02/d0/877ivbvt45.fsf@pacem.orebokech.com/inbox0
-rw-r--r--tags/02/d0/877ivbvt45.fsf@pacem.orebokech.com/old0
-rw-r--r--tags/02/d0/e7ae7c1ec913e3929b3005960ef2d3a8@ls-group.ru/debian0
-rw-r--r--tags/02/d0/e7ae7c1ec913e3929b3005960ef2d3a8@ls-group.ru/inbox0
-rw-r--r--tags/02/d0/e7ae7c1ec913e3929b3005960ef2d3a8@ls-group.ru/killed0
-rw-r--r--tags/02/d0/e7ae7c1ec913e3929b3005960ef2d3a8@ls-group.ru/unread0
20 files changed, 0 insertions, 0 deletions