summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2019-09-20 08:33:16 +0200
committerraveit65 <[email protected]>2019-09-22 13:59:05 +0200
commit613ebac5cfb0c4b27a392747e163c603775613a1 (patch)
treef5b87f88e946a6287defc4329b8b399024d9a04c
parentda56ebbeee95d8c5204b604c4b445d552f1bc3ec (diff)
downloadmate-settings-daemon-613ebac5cfb0c4b27a392747e163c603775613a1.tar.bz2
mate-settings-daemon-613ebac5cfb0c4b27a392747e163c603775613a1.tar.xz
Hide MATE Settings Daemon from Startup Applications capplet
Autostart desktop files are hidden from the Startup Applications capplet. This pull request ensures that MATE Settings Daemon is not presented as an item that users can disable. See also: * https://github.com/mate-desktop/mate-session-manager/pull/213
-rw-r--r--data/mate-settings-daemon.desktop.in.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/mate-settings-daemon.desktop.in.in b/data/mate-settings-daemon.desktop.in.in
index 9a2aca7..49c96b7 100644
--- a/data/mate-settings-daemon.desktop.in.in
+++ b/data/mate-settings-daemon.desktop.in.in
@@ -6,3 +6,4 @@ OnlyShowIn=MATE;
X-MATE-Autostart-Phase=Initialization
X-MATE-Autostart-Notify=true
X-MATE-AutoRestart=true
+NoDisplay=true \ No newline at end of file