https://bugs.kde.org/show_bug.cgi?id=483979
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #7 from [email protected] --- This still happens on Plasma 6.4. I an confirm that removing ~/.local/share/kglobalaccel/{uuid}.desktop (or just ~/.local/share/kglobalaccel/ ) solves the issue for me. So it sounds to me like Plasma is still reading that, but not writing into it when changing the config (also, this should be set to confirmed, there are already six of us who reported this). To reproduce this, place {c9054e92-0c8d-4b5a-bb9c-045713b8b3d9\}.desktop into ~/.local/share/kglobalaccel$ with this content: #!/usr/bin/env xdg-open [Desktop Entry] Exec=/usr/local/bin/turn_off_screen Name=Turn Off Screen\s StartupNotify=false Type=Application X-KDE-GlobalAccel-CommandShortcut=true and have (solely) this as your ~./config/khotkeysrc: [Data_4] Comment=Turns off screen reliably Enabled=true Name=Turn Off Screen\s Type=SIMPLE_ACTION_DATA [Data_4Actions] ActionsCount=1 [Data_4Actions0] CommandURL=/usr/local/bin/turn_off_screen Type=COMMAND_URL [Data_4Conditions] Comment= ConditionsCount=0 [Data_4Triggers] Comment=Simple_action TriggersCount=1 [Data_4Triggers0] Key=Pause Type=SHORTCUT Uuid={c9054e92-0c8d-4b5a-bb9c-045713b8b3d9} and then run kcmshell6 keys -- You are receiving this mail because: You are watching all bug changes.
