From 363d3454908ca4081ff778e1cabfd38d68bc31ec Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 20 Feb 2014 10:29:58 -0600 Subject: Add in the Upstart override --- data/indicator-sound.upstart.desktop.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/indicator-sound.upstart.desktop.in (limited to 'data/indicator-sound.upstart.desktop.in') diff --git a/data/indicator-sound.upstart.desktop.in b/data/indicator-sound.upstart.desktop.in new file mode 100644 index 0000000..991f304 --- /dev/null +++ b/data/indicator-sound.upstart.desktop.in @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=Indicator Sound +Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/indicator-sound/indicator-sound-service +OnlyShowIn=Unity; +NoDisplay=true +StartupNotify=false +Terminal=false +Hidden=true -- cgit v1.2.3 From 4a9a79e4ef0f66f4672eb574f6da1286d5a2b784 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 20 Feb 2014 11:02:02 -0600 Subject: Add to XFCE --- data/indicator-sound.upstart.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/indicator-sound.upstart.desktop.in') diff --git a/data/indicator-sound.upstart.desktop.in b/data/indicator-sound.upstart.desktop.in index 991f304..37dfc7d 100644 --- a/data/indicator-sound.upstart.desktop.in +++ b/data/indicator-sound.upstart.desktop.in @@ -2,7 +2,7 @@ Type=Application Name=Indicator Sound Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/indicator-sound/indicator-sound-service -OnlyShowIn=Unity; +OnlyShowIn=Unity;XFCE; NoDisplay=true StartupNotify=false Terminal=false -- cgit v1.2.3