Summary: | I missed all my bookmarks after upgrade to KDE Applications 16.03.90 | ||
---|---|---|---|
Product: | [Applications] krdc | Reporter: | Juan R. Rodriguez <juanrr.ar> |
Component: | general | Assignee: | Urs Wolfer <uwolfer> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cedric.devillers, jpwhiting, juanrr.ar, wbauer1 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/krdc/7d9ad0152dbc47c30f261c9d4c026e01bea31b7d | Version Fixed In: | 16.04.3 |
Sentry Crash Report: |
Description
Juan R. Rodriguez
2016-04-15 17:19:37 UTC
@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 |