Importing a hierarchy of firefox bookmarks in konqueror can be tricky, as konqueror's bookmarks editor doesn't read firefox's sqlite databases where the bookmarks are stored.
Konqueror bookmarks are normally stored in a file ~/.kde/share/apps/konqueror/bookmarks.xml
, which is actually a dialect of xml
named xbel
.
I found very little documentation about this transition, and my first attempt was to export firefox' bookmarks in html format, then import the html bookmarks from konqueror. Unfortunately, it failed to import the subfolders in the tree of bookmarks. It seems to me that this forum is a good place to post a working solution.
The solution is to install the Opera web browser, which can import bookmarks from firefox' places.sqlite
file. Once the bookmarks are in Opera, they can be exported in an opera bookmarks format file (extension .adr
). Then Konqueror's bookmarks editor is able to import those opera files. HaHa!
All my subfolders were correctly imported into Konqueror.