From 8acc2279a78973bcf12b1446a0c71282c422f4ae Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Mon, 30 Apr 2012 19:22:42 +0300 Subject: [PATCH] xsessionrc: Ensure that MonkeySphereValidationAgent runs. --- xsessionrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xsessionrc b/xsessionrc index 960d45eb..408479b2 100644 --- a/xsessionrc +++ b/xsessionrc @@ -3,6 +3,10 @@ PATH=$HOME/.local/bin:$PATH # Use gpg-agent eval $(gpg-agent --daemon) +# For MonkeySphere +mkdir -p ~/.monkeysphere +echo "USE_VALIDATION_AGENT=true" >> ~/.monkeysphere/monkeysphere.conf + # The environment was set to ~/.environment according to other files... if [ -f ~/.environment ]; then source ~/.environment