From 4d7bbf49d5a61992e1abf0dede3f3951445e74d3 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 19 Sep 2016 20:18:32 -0700 Subject: [PATCH] [Linux] Start sparkleshare in xprofile --- dotfiles/xprofile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/xprofile b/dotfiles/xprofile index 90d9c27c..6353a072 100644 --- a/dotfiles/xprofile +++ b/dotfiles/xprofile @@ -1,2 +1,7 @@ +# -*- mode: sh; -*- source "$HOME/.lib/shellenv.sh" run_if_exists gnome-settings-daemon & + +# This is a hack that is needed because sparkleshare needs to have an xsession +# running in order to start +systemctl --user restart sparkleshare.service