On 10.3 if I went into Settings->Configure Kate and made changes (e.g. enable the plugin tab bar) the next time I invoked Kate these setting changes where there ready to use; any configuration changes made under 11.2 do not appear to be saved/restored. Does anybody know how I can restore 10.3 behaviour?
Not sure whether you wanted to transfer your KDE3.5 settings to KDE4. If so, you needed to copy .kde/share/apps/kate to .kde4/share/apps/.
Otherwise, check that any hidden files are read/write. When I copied my files from my backup DVD back into /home (because I had decided to format /home to ext4), they were all set to read only.
>
> On 10.3 if I went into Settings->Configure Kate
and made changes (e.g.
> enable the plugin tab bar) the next time I
invoked Kate these setting
> changes where there ready to use; any
configuration changes made under
> 11.2 do not appear to be saved/restored. Does
anybody know how I can
> restore 10.3 behaviour?
>
> Thanks in advance.
>
>
I see same issue and looking at katerc the the
plugins are enabled (=true) but do not show when
kate is started
>
> On 10.3 if I went into Settings->Configure Kate and made
changes (e.g.
> enable the plugin tab bar) the next time I invoked Kate these
setting
> changes where there ready to use; any configuration changes
made under
> 11.2 do not appear to be saved/restored. Does anybody know how
I can
> restore 10.3 behaviour?
>
> Thanks in advance.
>
>
this is what I did to get plugins to be loaded when kate was
restarted
with kate closed (crucial that it’s closed)
edit the following file with vi (or maybe kwrite) changing false
to true for those plugins you want loaded
> Addanc wrote:
>
>>
>> On 10.3 if I went into Settings->Configure Kate and made
> changes (e.g.
>> enable the plugin tab bar) the next time I invoked Kate these
> setting
>> changes where there ready to use; any configuration changes
> made under
>> 11.2 do not appear to be saved/restored. Does anybody know how
> I can
>> restore 10.3 behaviour?
>>
>> Thanks in advance.
>>
>>
> this is what I did to get plugins to be loaded when kate was
> restarted
>
> with kate closed (crucial that it’s closed)
> edit the following file with vi (or maybe kwrite) changing
false
> to true for those plugins you want loaded
>
> ~/.kde4/share/apps/kate/sessions/Default%20Session.katesession
this only worked when opening and closing kate, when I restarted
kde4 it no longer worked