Skip to content

[kmoretools] Don't lowercase the desktop entry name

Nicolas Fella requested to merge work/lowercase into master

At some point KService::desktopEntryName was always lowercase

We added toLower() here to accommodate for that and fix the comparison

However, later KService got changed to preserve the case from the file name so we need to remove the toLower again

BUG: 417575

Merge request reports