Summary: | "Recent Locations" item | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Paolo Zamponi <feus73> |
Component: | Application Menu (Kicker) widget | Assignee: | Alexander Lohnau <alexander.lohnau> |
Status: | ASSIGNED --- | ||
Severity: | wishlist | CC: | alexander.lohnau, bugseforuns, med.medin.2014, meven29, nate, plasma-bugs, spiesant |
Priority: | NOR | ||
Version First Reported In: | 5.18.4 | ||
Target Milestone: | 1.0 | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Paolo Zamponi
2020-05-03 13:24:49 UTC
Agreed - for clarity, I'd hoped to get a "Recent Documents" menu that actually represents "recent documents" - similarly to on Windows. As Plasma 5's "Recent Documents" menu is cluttered with a mix of actual "recent documents" AND "recent locations" together, very few actual documents are shown. They're rapidly pushed out of the menu by virtue of simply browsing around the filesystem. Yep, this should be changed. Especially with https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/150/ Question: is there any way to manually clean out all the locations from 'Recent Documents?' Then I could at least 'fix' it with a cronjob or a hotkey. I tried deleting ~/.local/share/user-places.xbel, but that didn't do it. The following seems to be working: sqlite3 ~/.local/share/kactivitymanagerd/resources/database "DELETE FROM ResourceScoreCache WHERE initiatingAgent = 'dolphin';" ; pkill -f kactivitymanagerd ; /usr/lib/x86_64-linux-gnu/libexec/kactivitymanagerd & Not sure if this really safe or recommended, but at least it does seem to clear out all the clutter & make the menu behave properly if or until an official solution exists... A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/153 Git commit 72c6daa6364dccb894fe55af84acf6db7e709ebf by Alexander Lohnau. Committed on 14/07/2020 at 09:54. Pushed by alex into branch 'master'. Display only recent documents in Kickers "Recent Documents" M +1 -1 applets/kicker/plugin/recentusagemodel.cpp https://invent.kde.org/plasma/plasma-workspace/commit/72c6daa6364dccb894fe55af84acf6db7e709ebf *** Bug 426610 has been marked as a duplicate of this bug. *** Hi, opened another bug report (https://bugs.kde.org/show_bug.cgi?id=428085). Since those problems didn't affect Plasma 5.19 and previous version, could they be related to this fix? (In reply to Paolo Zamponi from comment #8) > Hi, opened another bug report (https://bugs.kde.org/show_bug.cgi?id=428085). > Since those problems didn't affect Plasma 5.19 and previous version, could > they be related to this fix? It might but I can't be sure. I am familiar with the underlying library and I reviewed the change and nothing looks suspicious. It might be but indirectly. Unfortunately I can't test and confirm right now. |