aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-02-05 15:20:13 -0500
committerKen Moore <ken@pcbsd.org>2015-02-05 15:20:13 -0500
commit52d9df4a8836e2001107184ae88a1cd9e333b366 (patch)
tree1bd04513cae80aa35b63daa7a23e365b475576bd
parentAdd the ability to set different date/time formats on a session-wide scale, a... (diff)
downloadlumina-52d9df4a8836e2001107184ae88a1cd9e333b366.tar.gz
lumina-52d9df4a8836e2001107184ae88a1cd9e333b366.tar.bz2
lumina-52d9df4a8836e2001107184ae88a1cd9e333b366.zip
Fix the OnlyShowIn= entry to use "LUMINA" (all caps) since that is what is also set in the XDG_CURRENT_DESKTOP environment variable.
-rw-r--r--lumina-info/lumina-info.desktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-info/lumina-info.desktop b/lumina-info/lumina-info.desktop
index 2fea4e2e..cb269788 100644
--- a/lumina-info/lumina-info.desktop
+++ b/lumina-info/lumina-info.desktop
@@ -5,7 +5,7 @@ Terminal=false
Type=Application
StartupNotify=true
Categories=System;
-OnlyShowIn=Lumina
+OnlyShowIn=LUMINA
Name=Lumina Desktop Information
Comment=View information about the Lumina Desktop Environment
bgstack15