Bug 485588

Summary: Application Dashboard: Can't run searched commands using keyboard
Product: [Plasma] plasmashell Reporter: Dan Leinir Turthra Jensen <admin>
Component: generalAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: duha.bugs, eamonnrea, kde, nate, operendex
Priority: NOR    
Version: 6.0.3   
Target Milestone: 1.0   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In: 6.0.5

Description Dan Leinir Turthra Jensen 2024-04-15 12:53:08 UTC
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)
Comment 1 duha.bugs 2024-04-15 19:36:23 UTC

*** This bug has been marked as a duplicate of bug 483142 ***
Comment 2 Marco Martin 2024-04-16 08:02:00 UTC
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
Comment 3 Marco Martin 2024-04-16 12:17:51 UTC
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
Comment 4 duha.bugs 2024-04-16 20:02:20 UTC
*** Bug 483142 has been marked as a duplicate of this bug. ***
Comment 5 duha.bugs 2024-04-16 20:04:03 UTC
*** Bug 482914 has been marked as a duplicate of this bug. ***
Comment 6 Nate Graham 2024-04-19 12:17:25 UTC
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.