When importing bookmarks many windows are opened in Firefox Snap and Firefox Flatpak - fake-favicon-uri
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
People
(Reporter: o2q2tcedsh0, Unassigned)
Details
Attachments
(4 files)
Steps to reproduce:
I exported the bookmarks from a profile in .json format. Then imported this in a whole new profile.
I tried it with Firefox 103.0.2 Flatpak and Firefox Snap( 104 RC, ESR 91.12.0esr-1). With Ubuntu 22.04 and Debian Stable.
If i delete the favicons.sqlite before exporting the bookmarks then this behavior dos not occur in the new profil when importing.
Actual results:
I have been using Firefox natively with Wayland with MOZ_ENABLE_WAYLAND=1.
Many windows are opened when importing.
In the windows is written:
"Open with..." and No Apps available
No app installed that can open "...ttps://www." You can finde more application in Softwae
Find More in Software
Under Settings(applications) appears now:
fake-favicon-uri - Open with systemhandler
In the logs, the following is one hundred and three times.
xdg-desktop-por: Failed to associate portal window with parent window
xdg-desktop-por: Unhandled parent window type
Comment 1•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Widget: Gtk' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
I have looked at the bookmarks.json with Libreoffice, because Gnome gedit has some problems with the file.
I have some of these "fake-favicon-uri" in the exported bookmarks. The problem with the many windows in my case does not occur if the favicons are deleted before exporting the bookmarks and then no "fake-favicon-uri" is present.
Deleted favicons.sqlite before exporting the bookmarks.json
{"guid":"iWaNHn1IiMiY","title":"o2 | Mobilfunknetz, Handytarife, Top-Smartphones & VDSL Internet","index":577,"dateAdded":1568024390000000,"lastModified":1612099071000000,"id":9992,"typeCode":1,"type":"text/x-moz-place","uri":"https://www.o2online.de/"}
With favicons.sqlite present and then exported the bookmarks.json
{"guid":"iWaNHn1IiMiY","title":"o2 | Mobilfunknetz, Handytarife, Top-Smartphones & VDSL Internet","index":577,"dateAdded":1568024390000000,"lastModified":1612099071000000,"id":9992,"typeCode":1,"iconUri":"fake-favicon-uri:https://www.o2online.de/","type":"text/x-moz-place","uri":"https://www.o2online.de/"}
Description
•