https://bugs.kde.org/show_bug.cgi?id=439179
Bug ID: 439179
Summary: Applications started from the search do not score as
often used
Product: plasmashell
Version: 5.21.5
Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Application Menu (Kicker)
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: 1.0
SUMMARY
Applications that are started from the search function in the Application
Menu/Dashboard do not get their cached score updated. This means the
applications will not qualify to be shown in the often used application menu,
no matter how often they are used over the search.
STEPS TO REPRODUCE
1. Pick an application and check the cached score in the resource score cache.
2. Start the application from the search in Application Menu (Kicker) or the
Application Dashboard.
3. Check the cached score again.
OBSERVED RESULT
The cached score is unchanged.
EXPECTED RESULT
The cached score should increase.
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSUSE Tumbleweed 20210524
KDE Plasma Version: 5.21.5
KDE Frameworks Version: 5.82.0
Qt Version: 5.15.2
ADDITIONAL INFORMATION
I use the following command to check the score of often used applications:
$ 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;"
--
You are receiving this mail because:
You are watching all bug changes.