Bug 237590

Summary: Kate didn't save active plugins in katepartpluginsrc
Product: [Applications] kate Reporter: Murz <MurzNN>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Murz 2010-05-14 10:42:04 UTC
Version:           3.4.3 (using 4.4.3 (KDE 4.4.3), Kubuntu packages)
Compiler:          cc
OS:                Linux (x86_64) release 2.6.32-22-generic

File ~/.kde/share/config/katepartpluginsrc have permissions for write.
content of file:
[Kate Part Plugins]
ktexteditorautobrace=false
ktexteditorexporter=false
ktexteditorinsertfile=false
ktexteditorkdatatool=false

If I try to enable some plugins in configure kate, click "OK" or "Apply", it enables successfully on current session, but after restart kate - I see only default plugins activated.

If I remove katepartpluginsrc file, it created again with strings:
[Kate Part Plugins]
ktexteditorautobrace=false
ktexteditorinsertfile=false
ktexteditorkdatatool=false

And if I change the active plugins it isn't added to this file, after restart I see the default list.
Comment 1 Dominik Haumann 2010-05-14 13:00:14 UTC
Use saved sessions then it will work. Or invoke Sessions > Save as Default.

*** This bug has been marked as a duplicate of bug 156330 ***