From 145c32862ba0ec375a0a71e979a76d026e6f00b4 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 15 Apr 2015 07:55:38 -0400 Subject: Don't add the "LUMINA" tag to the name of Lumina-specific applications. --- libLumina/LuminaXDG.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libLumina/LuminaXDG.cpp') diff --git a/libLumina/LuminaXDG.cpp b/libLumina/LuminaXDG.cpp index dbf08b88..57757fc9 100644 --- a/libLumina/LuminaXDG.cpp +++ b/libLumina/LuminaXDG.cpp @@ -88,6 +88,15 @@ XDGDesktop LXDG::loadDesktopFile(QString filePath, bool& ok){ } //end reading file file.close(); //If there are OnlyShowIn desktops listed, add them to the name + if(DF.showInList.contains("lumina", Qt::CaseInsensitive)){ + //Need to be careful about case insensitivity here - the QList functions don't understand it + for(int i=0; i