Bug 407717 - Firefox Bookmarks not updated in search results
Summary: Firefox Bookmarks not updated in search results
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Application Launcher (Kickoff) widget (other bugs)
Version First Reported In: master
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: Alexander Lohnau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-19 10:29 UTC by Marcus Harrison
Modified: 2020-05-27 18:26 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Harrison 2019-05-19 10:29:12 UTC
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
Comment 1 Alexander Lohnau 2020-05-27 13:47:07 UTC
I can confirm this behavior, the problem seems that the lifecycle methods don't get called properly.

I will look into it :-).
Comment 3 Alexander Lohnau 2020-05-27 18:26:57 UTC
Fixed with commit https://invent.kde.org/plasma/plasma-workspace/-/commit/4e706dc6d43a87dcddbe41310acaf8b917f3f243 

Thanks for reporting!