xsessionrc: Ensure that MonkeySphereValidationAgent runs.

This commit is contained in:
Mika Suomalainen 2012-04-30 19:22:42 +03:00
parent 148b72a436
commit 8acc2279a7
1 changed files with 4 additions and 0 deletions

View File

@ -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