summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2017-04-27 20:35:54 -0400
committerJeremy Bicha <jbicha@ubuntu.com>2017-04-28 08:24:22 -0400
commitd0ebc338f674da600fadc69bd390af3134cef768 (patch)
tree2bda2c096978f510881f573451a826d0f33a65bf
parent3a3af1d3b6528eef4a76bb840724bb1e5740688f (diff)
downloadnautilus-d0ebc338f674da600fadc69bd390af3134cef768.tar.gz
autostart: Set NoDisplay=true
This hides the autostart from Ubuntu's Startup Applications app since we don't want users to easily disable this without understanding why it's there. https://bugzilla.gnome.org/show_bug.cgi?id=781874
-rw-r--r--data/nautilus-autostart.desktop.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/nautilus-autostart.desktop.in b/data/nautilus-autostart.desktop.in
index d161ffe9d..10926da74 100644
--- a/data/nautilus-autostart.desktop.in
+++ b/data/nautilus-autostart.desktop.in
@@ -4,3 +4,4 @@ Name=Files
Exec=nautilus-desktop
OnlyShowIn=GNOME;Unity;
AutostartCondition=GSettings org.gnome.desktop.background show-desktop-icons
+NoDisplay=true