diff options
author | Ted Gould <ted@gould.cx> | 2015-01-20 11:23:31 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2015-01-20 11:23:31 -0600 |
commit | 84882ee104c813b21c3c957c1c2c53fb403385e7 (patch) | |
tree | e89e8dbbafc045d2d74e6ed5c481caebea3a4d97 /data | |
parent | 2f0aba374502b7ea660fce49f70e3ea972725685 (diff) | |
download | ayatana-indicator-sound-84882ee104c813b21c3c957c1c2c53fb403385e7.tar.gz ayatana-indicator-sound-84882ee104c813b21c3c957c1c2c53fb403385e7.tar.bz2 ayatana-indicator-sound-84882ee104c813b21c3c957c1c2c53fb403385e7.zip |
Remove XFCE from the OnlyShowIn list
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 61c049c..6d31a9a 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;XFCE;GNOME;Pantheon; +OnlyShowIn=Unity;GNOME;Pantheon; NoDisplay=true StartupNotify=false Terminal=false diff --git a/data/indicator-sound.upstart.desktop.in b/data/indicator-sound.upstart.desktop.in index 4c3ebc9..0380ab8 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;XFCE;Pantheon; +OnlyShowIn=Unity;Pantheon; NoDisplay=true StartupNotify=false Terminal=false |