SUMMARY Changes to Firefox bookmarks (such as adding, removing, editing) are not reflected in Plasma's default Application Launcher's search results. Searching KRunner produces up-to-date results, leading me to believe this is not a bug in the runner. STEPS TO REPRODUCE 1. Confirm that Plasma is searching existing bookmarks by typing the title of an existing Firefox bookmark. 2. Once bookmark search is confirmed as active and working, add a new bookmark in Firefox. 3. Type the title of the new bookmark into KRunner and Application Launcher. OBSERVED RESULT KRunner shows the new bookmark; Application Launcher doesn't. EXPECTED RESULT KRunner and Application Launcher both show up-to-date results. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.15 KDE Plasma Version: 5.15.5 KDE Frameworks Version: 5.58.0 Qt Version: 5.12.0 Kernel Version: 4.18.0-20-generic OS Type: 64-bit Processors: 8 × Intel® Core™ i7-8550U CPU @ 1.80GHz Memory: 15,4 GiB of RAM
I can confirm this behavior, the problem seems that the lifecycle methods don't get called properly. I will look into it :-).
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/26
Fixed with commit https://invent.kde.org/plasma/plasma-workspace/-/commit/4e706dc6d43a87dcddbe41310acaf8b917f3f243 Thanks for reporting!