| Summary: | Make the number of often-used applications configurable | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Theo <alpha0x89> |
| Component: | general | Assignee: | Eike Hein <hein> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | wishlist | CC: | kde, nate, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 5.21.5 | ||
| Target Milestone: | 1.0 | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Theo
2021-06-26 13:19:04 UTC
(In reply to Theo from comment #0) > For me, the 14 most used applications are shown Apparently, this number depends on the cached score of the applications. If the score of an app is below a certain relative threshold, it will not be shown in the menu/dashboard. This is definitely not the desired behavior for me. I don't want an often used application to never show up because it is used less frequently than the top most used applications. This is the command I use to check the score: $ sqlite3 -header -column $HOME/.local/share/kactivitymanagerd/resources/database "SELECT targettedResource,cachedScore FROM ResourceScoreCache WHERE initiatingAgent IS 'org.kde.plasma.kicker' ORDER BY cachedScore DESC;" | less We are not adding this as an option. |