Created attachment 127833 [details] video showing the bug SUMMARY Apps that appear in the Recent Applications menu does not run their additional options, for example if I right-click the Firefox icon and select Private Window it will not open a private window, but a file url. STEPS TO REPRODUCE 1. Run Firefox from the application launcher, making it appear in the Recent Applications category 2. Right-click the Firefox icon from the Recent menu and select Private window 3. Notice how it opens a normal window saying "cannot find file /usr/bin/firefox --private-window" instead of a private window OBSERVED RESULT Additional options in .desktop files are not executed when clicked on EXPECTED RESULT .desktop files should behave as intended SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.18.4 KDE Frameworks Version: 5.69.0 Qt Version: 5.14.2 Kernel Version: 5.6.6-zen1-1-zen OS Type: 64-bit Processors: 4 × Intel® Core™ i5-7200U CPU @ 2.50GHz Memory: 11.5 GiB of RAM ADDITIONAL INFORMATION Happens with all apps where their .desktop files have additional execution options (like Libreoffice, Chromium, etc)
(I'm not really sure where to put it so i put it in krunner; sorry if i put it in the wrong category)
The component where you wanted to add it is called kicker. And I can reproduce this behavior, in the other launchers, but I get an error message from KIOExec.
I have wrote a fix for this: https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/56
The launcher shown in the screen recording is called Dashboard. :) Thank you very much for your fix Alex.