mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
# Fix BrowserBookmark plugin locking threads at 100% CPU
The following files were modified to implement this fix:
1. /Flow.Launcher.Plugin.BrowserBookmark.csproj
- packages SkiaSharp and Svg.Skia added to output WEBP
2. /Helper/FaviconHelper.cs
- new method, TryConvertToWebp, added to take any image data and encode to WEBP
3. /FirefoxBookmarkLoader.cs
- LoadFaviconsFromDb to use the new helper which ensures only safe WEBP files are used by the UI, which resolves the CPU-locking. It was GZIPped SVGs that were causing the thread / CPU lock.
|
||
|---|---|---|
| .. | ||
| Commands | ||
| Helper | ||
| Images | ||
| Languages | ||
| Models | ||
| Views | ||
| ChromeBookmarkLoader.cs | ||
| ChromiumBookmarkLoader.cs | ||
| CustomChromiumBookmarkLoader.cs | ||
| CustomFirefoxBookmarkLoader.cs | ||
| EdgeBookmarkLoader.cs | ||
| FirefoxBookmarkLoader.cs | ||
| Flow.Launcher.Plugin.BrowserBookmark.csproj | ||
| IBookmarkLoader.cs | ||
| Main.cs | ||
| plugin.json | ||