After upgrade KRDC version 15.12.3 to version 16.03.90 I don't have any of my bookmarks and don't know how to import / convert them. Reproducible: Didn't try Expected Results: All my bookmarks from the previus version be imported automatically.
@Juan R. Rodriguez: All settings from other KDE applications are still available?
@jpwhiting: You have worked on the migration stuff. Do you have any idea here?
(In reply to Urs Wolfer from comment #1) > @Juan R. Rodriguez: All settings from other KDE applications are still > available? Hi, yes, as I can see, all is fine except for KRDC.
Hello, i had the same problem ; i resolved it by moving bookmarks.xml from kde4 specific location to the new krdc config location : cp ~/.kde4/share/apps/krdc/bookmarks.xml ~/.local/share/krdc/bookmarks.xml
(In reply to brancaleone from comment #4) > Hello, i had the same problem ; i resolved it by moving bookmarks.xml from > kde4 specific location to the new krdc config location : > > cp ~/.kde4/share/apps/krdc/bookmarks.xml ~/.local/share/krdc/bookmarks.xml Hi, thank you very much for your help. It worked! You can copy your "host preferences" the same way: cp ~/.kde4/share/apps/krdc/hostpreferences.xml ~/.local/share/krdc/hostpreferences.xml
I can confirm this issue with the latest version (16.04.2). The migrator copies the bookmarks to ~/.local/share/krdcbookmarks.xml, but krdc expects them in ~/.local/share/krdc/bookmarks.xml. So apparently there's a '/' missing somewhere...
This fixes it: https://git.reviewboard.kde.org/r/128281/
Git commit 7d9ad0152dbc47c30f261c9d4c026e01bea31b7d by Wolfgang Bauer. Committed on 25/06/2016 at 11:12. Pushed by wbauer into branch 'Applications/16.04'. Fix bookmarks migration from the KDE4 version targetBasePath needs a trailing slash because the file name is appended afterwards. FIXED-IN: 16.04.3 REVIEW: 128281 M +1 -1 main.cpp http://commits.kde.org/krdc/7d9ad0152dbc47c30f261c9d4c026e01bea31b7d