Bug 484093 - Added applications doesn't persist after reboot
Summary: Added applications doesn't persist after reboot
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_keys (other bugs)
Version First Reported In: 6.0.2
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-20 18:08 UTC by Gena
Modified: 2024-03-31 23:34 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gena 2024-03-20 18:08:46 UTC
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
Comment 1 Gena 2024-03-31 23:34:48 UTC
Can't reproduce anymore after 6.0.3.