diff options
author | Laurent Bigonville <bigon@bigon.be> | 2015-08-16 14:04:48 +0200 |
---|---|---|
committer | Laurent Bigonville <bigon@bigon.be> | 2015-08-16 14:04:48 +0200 |
commit | 3fcdfa2eeddd2efe13dc10e2ec5312dd784fc0c6 (patch) | |
tree | 91a2337def892b04adc5e18eb61878202c4eaf66 | |
parent | Add a redshift desktop file (#158) (diff) | |
download | redshift-ng-3fcdfa2eeddd2efe13dc10e2ec5312dd784fc0c6.tar.gz redshift-ng-3fcdfa2eeddd2efe13dc10e2ec5312dd784fc0c6.tar.bz2 redshift-ng-3fcdfa2eeddd2efe13dc10e2ec5312dd784fc0c6.tar.xz |
redshift.desktop: Use NoDisplay instead of Hidden keyword (#158)
-rwxr-xr-x | data/applications/redshift.desktop.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/data/applications/redshift.desktop.in b/data/applications/redshift.desktop.in index 5511c24..74ca416 100755 --- a/data/applications/redshift.desktop.in +++ b/data/applications/redshift.desktop.in @@ -5,8 +5,7 @@ _GenericName=Color temperature adjustment _Comment=Color temperature adjustment tool Exec=redshift Icon=redshift -Terminal=false +Terminal=true Type=Application Categories=Utility; -StartupNotify=true -Hidden=true +NoDisplay=true |