diff options
author | Ted Gould <ted@gould.cx> | 2013-10-28 17:52:03 -0700 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-10-28 17:52:03 -0700 |
commit | 6a2a81ed1b6f4ef820f96b3249dc062e68e480f9 (patch) | |
tree | fea9c770c811b5b7819ca117b46fa63ae9521872 /data/indicator-sound.desktop.in | |
parent | 4f6b673281fecd22c618c700af0bd798ee5c26f1 (diff) | |
download | ayatana-indicator-sound-6a2a81ed1b6f4ef820f96b3249dc062e68e480f9.tar.gz ayatana-indicator-sound-6a2a81ed1b6f4ef820f96b3249dc062e68e480f9.tar.bz2 ayatana-indicator-sound-6a2a81ed1b6f4ef820f96b3249dc062e68e480f9.zip |
Adding an XDG Autostart file
Diffstat (limited to 'data/indicator-sound.desktop.in')
-rw-r--r-- | data/indicator-sound.desktop.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/indicator-sound.desktop.in b/data/indicator-sound.desktop.in new file mode 100644 index 0000000..aeb6440 --- /dev/null +++ b/data/indicator-sound.desktop.in @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=Indicator Sound +Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/indicator-sound/indicator-sound-service +NotShowIn=Unity; +NoDisplay=true +StartupNotify=false +Terminal=false + |