I performed the Ubuntu upgrade to 15.04 on 2015-04-23. The previous version of Ubuntu (14.10) used this version of Konsole: Qt: 4.8.6 KDE: 4.14.1 Konsole: 2.14.1 The new one uses this version: Qt: 5.4.1 KDE Frameworks: 5.9.0 Konsole: 3.0.1 When I start Konsole now, it starts with factory settings and not with my profile. I saw that my profiles are sitting in the .kde folder whereas the new profiles are in .local. I think all those settings should be migrated automatically, especially since I do not really know whether there is more than just the profiles.
Yep, I should have done this a long time ago - I'll see what I can do about this. http://api.kde.org/frameworks-api/frameworks5-apidocs/kcoreaddons/html/classKdelibs4Migration.html http://api.kde.org/frameworks-api/frameworks5-apidocs/kcoreaddons/html/classKdelibs4ConfigMigrator.html
Git commit 5c13d4641ac05704550af9a69d6cdd8f696a6f0d by Kurt Hindenburg. Committed on 23/07/2015 at 00:51. Pushed by hindenburg into branch 'Applications/15.08'. Migrate KDE4 apps files to new KDE5 The rc and ui files were already migrated. This patch copies the other files from share/apps/konsole to local/share/konsole. FIXED-IN: 15.08.0 M +27 -4 src/main.cpp http://commits.kde.org/konsole/5c13d4641ac05704550af9a69d6cdd8f696a6f0d
Git commit 921000d026a728ad55fc8c83524dc13b67aa86c5 by Kurt Hindenburg. Committed on 23/07/2015 at 01:31. Pushed by hindenburg into branch 'master'. Migrate KDE4 apps files to new KDE5 The rc and ui files were already migrated. This patch copies the other files from share/apps/konsole to local/share/konsole. FIXED-IN: 15.08.0 (cherry picked from commit 5c13d4641ac05704550af9a69d6cdd8f696a6f0d) M +27 -4 src/main.cpp http://commits.kde.org/konsole/921000d026a728ad55fc8c83524dc13b67aa86c5
Kurt, it seems like your commits 3 years ago fixed this? Tentatively setting this as Resolved->Fixed - please correct if this is mistaken.