diff options
author | Ted Gould <ted@gould.cx> | 2014-02-19 21:20:35 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-19 21:20:35 -0600 |
commit | 514971dadafe6166e1371036709bade85f2a9559 (patch) | |
tree | afc97a07eb26a105eb6da938d32d9d9dccffc6aa /data | |
parent | 3279417bb8dd2532674f98c230fe27500bca5b9f (diff) | |
download | ayatana-indicator-bluetooth-514971dadafe6166e1371036709bade85f2a9559.tar.gz ayatana-indicator-bluetooth-514971dadafe6166e1371036709bade85f2a9559.tar.bz2 ayatana-indicator-bluetooth-514971dadafe6166e1371036709bade85f2a9559.zip |
Add onlyshowin
Diffstat (limited to 'data')
-rw-r--r-- | data/indicator-bluetooth.desktop.in | 1 | ||||
-rw-r--r-- | data/indicator-bluetooth.upstart.desktop.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/data/indicator-bluetooth.desktop.in b/data/indicator-bluetooth.desktop.in index dc9fd1b..c9f5123 100644 --- a/data/indicator-bluetooth.desktop.in +++ b/data/indicator-bluetooth.desktop.in @@ -5,3 +5,4 @@ Exec=@pkglibexecdir@/indicator-bluetooth-service NoDisplay=true StartupNotify=false Terminal=false +OnlyShowIn=Unity; diff --git a/data/indicator-bluetooth.upstart.desktop.in b/data/indicator-bluetooth.upstart.desktop.in index 5c9dcaf..523cfa0 100644 --- a/data/indicator-bluetooth.upstart.desktop.in +++ b/data/indicator-bluetooth.upstart.desktop.in @@ -5,4 +5,5 @@ Exec=@pkglibexecdir@/indicator-bluetooth-service NoDisplay=true StartupNotify=false Terminal=false +OnlyShowIn=Unity; Hidden=true |