Summary: | keditbookmarks isnt importing mozilla firefox bookmarks | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Zé <mmodem00> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | adawit, scarpino, xavier |
Priority: | NOR | ||
Version: | 4.11.3 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdelibs/7c8a3817329a679eafdd7e89d2cd4cfeaf9464ab | Version Fixed In: | 4.11.4 |
Sentry Crash Report: |
Description
Zé
2012-01-26 18:46:01 UTC
*** Bug 318230 has been marked as a duplicate of this bug. *** The problem resides in the parser in kdelibs/kio/bookmarks/kbookmarkimporter_ns.cc I fixed the import on my system by editing the HTML file and moving, in the line "<HR> <DT><H3", the <DT> part on a new line. The <HR> is a separator so KNSBookmarkImporterImpl skip the line when it reads a line starting with <HR>. Fix is up for review: https://git.reviewboard.kde.org/r/113785/ Git commit 7c8a3817329a679eafdd7e89d2cd4cfeaf9464ab by Dawit Alemayehu. Committed on 10/11/2013 at 14:33. Pushed by adawit into branch 'KDE/4.11'. Fixed Mozilla bookmark import REVIEW: 113785 FIXED-IN: 4.11.4 M +11 -3 kio/bookmarks/kbookmarkimporter_ns.cc http://commits.kde.org/kdelibs/7c8a3817329a679eafdd7e89d2cd4cfeaf9464ab |