Version: 2.9.7 (using KDE 4.5.1) OS: Linux Creating and set a new profile as default with Yakuake seems to be not saved, at restart, it is the old one that is still used, but altough, using Konsole to set the new default one, works, and starting Yakuake after works. Reproducible: Always Steps to Reproduce: 1. Launch Yakuake 2. Open up the config menu and choose "configure profiles" (Gérer les profils) 3. Create a new one 4. Hit the button to set it as default 5. Restart Yakuake Actual Results: The old profile is used. Expected Results: Yakuake should use the new one. OS: Linux (x86_64) release 2.6.34.4-0.1-desktop Compiler: gcc
Reassigning to Konsole as the profile stuff is entirely handled in that codebase.
Always read/write the 'DefaultProfile' entry from/into 'konsolerc'. That means the default profile is shared among konsole and all host apps of konsole kpart. That is not ideal enough, but much better than current inconsistent read/write for the 'DefaultProfile' entry. BUG:251062 FIXED-IN: 4.8