Summary: | Konsole no longer saves schema setting | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Ismail Donmez <ismail> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.5 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ismail Donmez
2005-04-10 19:55:52 UTC
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. |