https://bugs.kde.org/show_bug.cgi?id=439180

--- Comment #1 from Theo <alpha0...@yahoo.de> ---
(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

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to