https://bugs.kde.org/show_bug.cgi?id=335128
--- Comment #5 from Alex Bikadorov <[email protected]> --- Krusader bookmarks will definitely be kept. I was thinking that Dolphin has already the "Places" panel and we could use it. But when looking at the code, "Places" and bookmarks are actually the same thing (with a new name). dolphin/src/panels/places/placesitemmodel.h: >const QString file = >QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + >"/user-places.xbel"; >m_bookmarkManager = KBookmarkManager::managerForExternalFile(file); Instead, this would make it easy to include "Places" into the bookmarks. And for the bookmark toolbar its maybe possible to use >konqueror/src/konqbookmarkbar.h See Bug 96176. -- You are receiving this mail because: You are watching all bug changes.
