summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/autostart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/autostart.sh b/data/autostart.sh
index ab542841..83e8431e 100644
--- a/data/autostart.sh
+++ b/data/autostart.sh
@@ -34,6 +34,6 @@ fi
# Run XDG autostart things. By default don't run anything desktop-specific
# See xdg-autostart --help more info
DESKTOP_ENV=""
-if which xdg-autostart; then
+if which xdg-autostart >/dev/null; then
xdg-autostart $DESKTOP_ENV
fi