SUMMARY In Plasma 5's Application Dashboard, it was possible to use it effectively as one would use krunner. This is no longer possible, and you end up having to use either mouse or touch screen to activate results from a search (pressing enter does not work, and neither tab nor arrow keys will move focus around) STEPS TO REPRODUCE 1. Open Application Dashboard 2. Type some search term (for example "kons") 3. Attempt to launch the first result in the list by pressing the enter key OBSERVED RESULT Nothing happens (at least it doesn't for e.g. close the overlay or whatnot, which is certainly nice) EXPECTED RESULT The first result is activated (in the case of the example, konsole would be launched and the overlay closed) Versions and such as per selections (openSUSE Tumbleweed current as of 2024/04/15)
*** This bug has been marked as a duplicate of bug 483142 ***
Git commit 9817d455fcfb1897f74dfdbcdf3de50e9fd66d77 by Marco Martin. Committed on 16/04/2024 at 08:01. Pushed by mart into branch 'master'. Fix keyboard navigation As a fallout from porting to kf6, there were sevaral items that were renamed and not all users now accessed the proper id this fixes keyboard navigation in krunner results and "all applications" view Related: bug 477348 M +2 -0 applets/kicker/package/contents/ui/DashboardRepresentation.qml M +37 -37 applets/kicker/package/contents/ui/ItemMultiGridView.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/9817d455fcfb1897f74dfdbcdf3de50e9fd66d77
Git commit 86faa13193b51cc789d0f89d55f6a6ae20ccd984 by Marco Martin. Committed on 16/04/2024 at 12:12. Pushed by mart into branch 'Plasma/6.0'. Fix keyboard navigation As a fallout from porting to kf6, there were sevaral items that were renamed and not all users now accessed the proper id this fixes keyboard navigation in krunner results and "all applications" view Related: bug 477348 (cherry picked from commit 9817d455fcfb1897f74dfdbcdf3de50e9fd66d77) f290bb9e Fix keyboard navigation M +2 -0 applets/kicker/package/contents/ui/DashboardRepresentation.qml M +37 -37 applets/kicker/package/contents/ui/ItemMultiGridView.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/86faa13193b51cc789d0f89d55f6a6ae20ccd984
*** Bug 483142 has been marked as a duplicate of this bug. ***
*** Bug 482914 has been marked as a duplicate of this bug. ***
My mistake; the commit that fixed this went in right after 6.0.4 was tagged, so it'll be in 6.0.5 instead.