diff options
author | Sergey Shnatsel Davidoff <shnatsel@gmail.com> | 2014-06-11 17:25:43 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-06-11 17:25:43 +0000 |
commit | 94839a6b23d523249d1dc7a95b9582e8471555b0 (patch) | |
tree | ca29bf914052707840fc65de127e914686d5259d | |
parent | 0517b25ec28abbd239009887edbae1684995c560 (diff) | |
parent | 278ca0fb38b77ffdce43380b3345c18694f9d052 (diff) | |
download | ayatana-indicator-sound-94839a6b23d523249d1dc7a95b9582e8471555b0.tar.gz ayatana-indicator-sound-94839a6b23d523249d1dc7a95b9582e8471555b0.tar.bz2 ayatana-indicator-sound-94839a6b23d523249d1dc7a95b9582e8471555b0.zip |
Add Pantheon, the desktop environment of elementary Project, to OnlyShowIn lists in .desktop files. Fixes: 1301699
-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 b471893..61c049c 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; +OnlyShowIn=Unity;XFCE;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 37dfc7d..4c3ebc9 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; +OnlyShowIn=Unity;XFCE;Pantheon; NoDisplay=true StartupNotify=false Terminal=false |