STEPS TO REPRODUCE 1. Run few apps to populate recent apps 2. go to application launcher (kickoff) -> places -> history or frequently used (same behaviour) 3. try to start any app from those recent apps OBSERVED RESULT nothing happens, except for the apps that were there when adding widget for kickoff, only those launch EXPECTED RESULT recent apps to launch ADDITIONAL INFORMATION having same problem when using fullscreen "application dashboard" as well
related to bug 445331
Works for me FWIW.
Try for example clearing all the recent apps first, then start some app normally, close it, wait for it to show up in recent apps, and then run it from there, it never works for me that way
Nope, that works for me too.
is there a way to launch app menu through konsole to see the output when i click on recent apps, it could be helpful?
UPDATE: I used commands "plasmawindowed org.kde.plasma.kicker" and "plasmawindowed org.kde.plasma.kickerdash" to start menus in konsole, repeated the previous steps, and the output when it doesn't want to start recent app is "kf.service.services: KApplicationTrader: mimeType " " not found", does that sound anything helpful? so it's the same output no matter which appmenu i use
That is helpful, yes!
Just reproduced on fresh Neon Unstable
in RecentUsageModel::trigger: if (!mimeType.isEmpty()) { // mimeType == " ", isEmpty() == false I don't think it's what we want
I can reproduce with apps launched after restarting plasma by running 'plasmashell --replace' with krunner. Possibly related to bug 439159. 1. restarting plasma by running 'plasmashell --replace' with krunner 2. launch an app via kickoff (tested Ark on my system) 3. close the app used in the step 2 3. try to re-open the app used in the step 2 via kickoff > Places > History Result: nothing happens. Operating System: Arch Linux KDE Plasma Version: 5.24.0 KDE Frameworks Version: 5.90.0 Qt Version: 5.15.2 Graphics Platform: Wayland
Fixed by Oleg Solovyov with https://invent.kde.org/plasma/plasma-workspace/-/commit/f73c6b49104aed89e861316d68350cf2841d9e18 in Plasma 5.24.1!