diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-24 20:39:50 +0000 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-24 22:41:09 +0200 |
commit | dc8b22172f1caaafccfe35e2b85d159d388dad1b (patch) | |
tree | 1f255d221e895f176e97ea6c1350ceca48438a84 /data/ayatana-indicator-sound.upstart.desktop.in | |
parent | e7479210fabe056f4ef7be37ef34d5f2ba08a5c1 (diff) | |
download | ayatana-indicator-sound-dc8b22172f1caaafccfe35e2b85d159d388dad1b.tar.gz ayatana-indicator-sound-dc8b22172f1caaafccfe35e2b85d159d388dad1b.tar.bz2 ayatana-indicator-sound-dc8b22172f1caaafccfe35e2b85d159d388dad1b.zip |
XDG autostart: Adapt previous reverse commit to Ayatana Indicators. Don't start the service in Unity and Pantheon, but launch it in MATE.
Diffstat (limited to 'data/ayatana-indicator-sound.upstart.desktop.in')
-rw-r--r-- | data/ayatana-indicator-sound.upstart.desktop.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/ayatana-indicator-sound.upstart.desktop.in b/data/ayatana-indicator-sound.upstart.desktop.in new file mode 100644 index 0000000..87f05c3 --- /dev/null +++ b/data/ayatana-indicator-sound.upstart.desktop.in @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=Ayatana Indicator Sound +Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/ayatana-indicator-sound/ayatana-indicator-sound-service +OnlyShowIn=MATE; +NoDisplay=true +StartupNotify=false +Terminal=false +Hidden=true |