diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2015-09-08 19:29:46 -0400 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2015-09-08 19:29:46 -0400 |
commit | a8d3d845b8e906ad396b683b0d098fd277b405a0 (patch) | |
tree | 91a2337def892b04adc5e18eb61878202c4eaf66 | |
parent | Merge pull request #237 from bigon/master (diff) | |
parent | redshift.desktop: Use NoDisplay instead of Hidden keyword (#158) (diff) | |
download | redshift-ng-a8d3d845b8e906ad396b683b0d098fd277b405a0.tar.gz redshift-ng-a8d3d845b8e906ad396b683b0d098fd277b405a0.tar.bz2 redshift-ng-a8d3d845b8e906ad396b683b0d098fd277b405a0.tar.xz |
Merge pull request #250 from bigon/master
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 |