https://bugs.kde.org/show_bug.cgi?id=355399
--- Comment #22 from Méven Car <meve...@gmail.com> --- (In reply to Nate Graham from comment #21) > We probably need for all the various lists of recent files in apps, Kickoff, > and the list of recent files provided by the KIO worker to be consistent and > use the same number, and that number should be globally configurable. I agree but we will need IMO two settings as the two serve different purposes. > > Right now: > - recentlyused:/files/ shows me 16 things > - Kickoff > Places > History shows me 14 things Those two use the same backend, kactivitystats, data is session wide. Allowing you to see files open in kate and while in dolphin, opening it with another program or its parent folder for instance. > - Kate's "Recent Files" list shows me 10 things That's KRecentFilesAction a per-app history, only the files accessed in this app. -- Side notes We also have KRecentDocument and ~/.local/share/recently-used.xbel to share data session-wide with gtk. It serves both use cases, per-app and system-wide. Also we might want one day to have KRecentFilesAction use kactivity-stats as backend, to reduce data duplication. As a side note recentlyused:/ entry number is configurable for instance: recentlyused:/?limit=50 (next KIO-extras will allow limit bigger than 50 but for now this is limited https://invent.kde.org/network/kio-extras/-/merge_requests/180) -- You are receiving this mail because: You are watching all bug changes.