From kde-bugs-dist Sat Jul 04 04:12:19 2015 From: Martin Sandsmark Date: Sat, 04 Jul 2015 04:12:19 +0000 To: kde-bugs-dist Subject: [konsole] [Bug 342188] Bad font rendering & unsaved profile Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=143598315414968 https://bugs.kde.org/show_bug.cgi?id=342188 Martin Sandsmark changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |http://commits.kde.org/kons | |ole/4ec5d3092d6cbda5ccfb838 | |e2ef71f6d650b5ac4 Resolution|--- |FIXED --- Comment #4 from Martin Sandsmark --- Git commit 4ec5d3092d6cbda5ccfb838e2ef71f6d650b5ac4 by Martin T. H. Sandsmark. Committed on 04/07/2015 at 04:11. Pushed by sandsmark into branch 'master'. Fix storing of profile when no profile loaded. If for some reason no profile is loaded, i. e. only the built-in fallback default values are used, we need to create a new profile to ensure that changes to the profile are actually persisted. This has worked more or less by chance for most people so far, because the default is to load the Shell.profile that is shipped with Konsole. But if for example the konsolerc config file has an empty value for DefaultProfile it will load the builtin fallback profile, which can't be saved. REVIEW: 124142 M +2 -2 src/Profile.cpp M +35 -3 src/ProfileManager.cpp http://commits.kde.org/konsole/4ec5d3092d6cbda5ccfb838e2ef71f6d650b5ac4 -- You are receiving this mail because: You are watching all bug changes.