Version: 1.5 (using KDE 3.4.89 (CVS >= 20050314), compiled sources) Compiler: gcc version 3.4.4 20050209 (prerelease) (Debian 3.4.3-9ubuntu3) OS: Linux (i686) release 2.6.12-rc2 Set a new schema with Settings->Schema->Transparent Konsole . Save settings with Settings->Save as Default. Restart konsole and old schema is there still. Looks like its borked on cvs as it was working fine before.
Save as Default does not save the default schema (and never did as far as I know). Use Settings->Configure Konsole->Schema, pick a schema in the list and check on the box below the listbox 'Save as default schema'
Nope it used to work just fine before.
CVS commit by hindenburg: Fix saving of schema BUG: 103619 M +1 -0 konsole.cpp 1.533 --- kdebase/konsole/konsole/konsole.cpp #1.532:1.533 @@ -1429,4 +1429,5 @@ void Konsole::saveProperties(KConfig* co config->writeEntry("Fullscreen",b_fullscreen); config->writeEntry("defaultfont", (se->widget())->getVTFont()); + s_kconfigSchema = colors->find( se->schemaNo() )->relPath(); config->writeEntry("schema",s_kconfigSchema); config->writeEntry("scrollbar",n_scroll);
I am still having this problem on 3.5.7. Konsole version 1.6.6 Any idea why it isn't working anymore? Konsole was working in kde 3.5.5.