Bug 485588 - Application Dashboard: Can't run searched commands using keyboard
Summary: Application Dashboard: Can't run searched commands using keyboard
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (show other bugs)
Version: 6.0.3
Platform: openSUSE Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
: 482914 483142 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-04-15 12:53 UTC by Dan Leinir Turthra Jensen
Modified: 2024-04-19 12:17 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In: 6.0.5


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.