| Summary: | KDE System Settings > Keyboard > Shortcuts > Commands not executing configured commands as given | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | sebastian.m.reuter |
| Component: | kcm_keys | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | minor | CC: | duha.bugs, fanzhuyifan, kde |
| Priority: | NOR | ||
| Version First Reported In: | 6.5.2 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
sebastian.m.reuter
2025-11-27 11:10:35 UTC
> - creating a .desktop file which run the same command, assigning a shortcut to the .desktop file via KDE Menu Editor and executing the shortcut opens a new private window as expected, giving the impression that the issue lies with how system settings parses or executes configured shortcut commands
This point turned out to be false. After looking into this more, it turned out I somehow had two non-default .desktop files with the same Name value in `~/.local/share/applications` and the one being executed was not the one with the "short" `flatpak run` command mentioned in this report. Attempting to launch `flatpak run firefox --private-window` or `/usr/bin/flatpak run firefox --private-window` through a .desktop file also does not work, it just shows the bouncing app icon for a bit and then nothing happens.
You installed firefox via flatpak flatpak run firefox will not work, flatpak expects the the full id of the flatpak. You should see this when you run the command in a terminal it should be something like flatpak run org.mozilla.firefox (In reply to David Redondo from comment #2) > You installed firefox via flatpak > > flatpak run firefox will not work, flatpak expects the the full id of the > flatpak. You should see this when you run the command in a terminal > > it should be something like flatpak run org.mozilla.firefox Since I wrote this on a device not using the flatpak, I seem to have forgotten to add the rest of the flatpak id. However, this doesn't change anything else, it is just a mistake I made when writing the report, not when experiencing or reproducing the issue with 100% success rate. Just to confirm I didn't dream this, I repeated the reproduction steps again with the correct package id, and everything misbehaves as reported via system settings, while it works properly via the terminal. |