https://bugs.kde.org/show_bug.cgi?id=484093
Bug ID: 484093
Summary: Added applications doesn't persist after reboot
Classification: Applications
Product: systemsettings
Version: 6.0.2
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: kcm_keys
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
SUMMARY
If you add a `.desktop` file for a non-KDE application in global shortcuts, it
doesn't persists after reboot.
STEPS TO REPRODUCE
1. Create the following desktop file:
```
[Desktop Entry]
Actions=TurnOffScreen;
Type=Application
Name=KScreen Doctor
Comment=Allows to change the screen setup
Exec=kscreen-doctor
Categories=ConsoleOnly;System;
Icon=preferences-system-power-management
StartupNotify=false
[Desktop Action TurnOffScreen]
Exec=kscreen-doctor --dpms off
Name=Turn off screen
X-KDE-Shortcuts=Power off
```
2. Add the added .desktop file to the list of global shortcuts.
3. Reboot.
OBSERVED RESULT
The added .desktop file no longer present in global shortcuts.
EXPECTED RESULT
The added .desktop file still present in global shortcuts.
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: ArchLinux
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
--
You are receiving this mail because:
You are watching all bug changes.