https://bugs.kde.org/show_bug.cgi?id=492754
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |38cfc065b4b0a994227c0f07516 | |68dd2447d70e6 --- Comment #4 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 38cfc065b4b0a994227c0f0751668dd2447d70e6 by David Edmundson. Committed on 12/09/2024 at 05:49. Pushed by davidedmundson into branch 'master'. Add custom prefix to user generated desktop files made from shortcuts KCM The shortcuts KCM re-uses desktop files to store launchers for custom commands. This is extremely sensible design as it is something being launched and the design we want. Semantically we're creating a new entry point. It's the only way you'll get the right cgroup mapped on launch. However the name entered by the user could clash with something on the system which is something we don't want. Most apps are prefixed with the correct reverse DNS prefix so it's a rare case, but not all. This was seen in the wild by a user overriding alacritty.desktop by accident. Adding a custom prefix for user-generated files should avoid any potential clash. Fixed-in: 6.2 M +1 -0 kcms/keys/kcm_keys.cpp https://invent.kde.org/plasma/plasma-desktop/-/commit/38cfc065b4b0a994227c0f0751668dd2447d70e6 -- You are receiving this mail because: You are watching all bug changes.