diff options
author | Ted Gould <ted@gould.cx> | 2014-02-20 11:02:02 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-20 11:02:02 -0600 |
commit | 4a9a79e4ef0f66f4672eb574f6da1286d5a2b784 (patch) | |
tree | 595ab4d608cea78f0227e032c30ef305e92b14c5 /data | |
parent | 363d3454908ca4081ff778e1cabfd38d68bc31ec (diff) | |
download | ayatana-indicator-sound-4a9a79e4ef0f66f4672eb574f6da1286d5a2b784.tar.gz ayatana-indicator-sound-4a9a79e4ef0f66f4672eb574f6da1286d5a2b784.tar.bz2 ayatana-indicator-sound-4a9a79e4ef0f66f4672eb574f6da1286d5a2b784.zip |
Add to XFCE
Diffstat (limited to 'data')
-rw-r--r-- | data/indicator-sound.desktop.in | 2 | ||||
-rw-r--r-- | data/indicator-sound.upstart.desktop.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/indicator-sound.desktop.in b/data/indicator-sound.desktop.in index 9c2a1ce..acd6eff 100644 --- a/data/indicator-sound.desktop.in +++ b/data/indicator-sound.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 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 |