STEPS TO REPRODUCE 1. Navigate to System Settings, Workspace Behaviour, Desktop Effects 2. Scroll up and down the list of effects OBSERVED RESULT Capitalisation of desktop effect names is inconsistent. EXPECTED RESULT Capitalisation of desktop effect names is consistent. SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20230109 KDE Plasma Version: 5.26.5 KDE Frameworks Version: 5.101.0 Qt Version: 5.15.7 Kernel Version: 6.1.3-1-default (64-bit) Graphics Platform: X11 Processors: 4 × Intel® Core™ i5-7200U CPU @ 2.50GHz Memory: 15.5 GiB of RAM Graphics Processor: Mesa Intel® HD Graphics 620 Manufacturer: HP Product Name: HP ProBook 450 G4 ADDITIONAL INFORMATION Most effect names use "Title Case", but a few use "Sentence case", e.g.: - Background contrast - Morphing popups - Sliding popups
Indeed, I found those same three effects that don't use Title Case capitalization. Will fix.
Git commit d312ee24b8ea5c4ae533d29fc644c317464cedd7 by Nate Graham. Committed on 11/01/2023 at 19:03. Pushed by ngraham into branch 'master'. effects: always use Title Case for user-facing effect titles Most already did, but these three did not, creating inconsistency. FIXED-IN: 5.27 M +1 -1 src/effects/backgroundcontrast/metadata.json M +1 -1 src/effects/morphingpopups/package/metadata.json M +1 -1 src/effects/slidingpopups/metadata.json https://invent.kde.org/plasma/kwin/commit/d312ee24b8ea5c4ae533d29fc644c317464cedd7
Thanks Nate!
You're welcome!