FS#29429 - [krusader] editor options are not saved
Attached to Project:
Community Packages
Opened by Karol (Kudlaty) - Friday, 13 April 2012, 12:40 GMT
Last edited by Lukas Jirkovsky (6xx) - Friday, 19 October 2012, 08:17 GMT
Opened by Karol (Kudlaty) - Friday, 13 April 2012, 12:40 GMT
Last edited by Lukas Jirkovsky (6xx) - Friday, 19 October 2012, 08:17 GMT
|
Details
Description:
Krusader editor options are not saved. Additional info: 2.4.0beta1-5 * package version(s) (on Debian, same version of Krusader and everything works) Steps to reproduce: open some source file for edit, change options in editor like show line number, highlihg bracket, remove trailing spaces then close editor, close krusader open krusader, open source file and again You must change settings |
This task depends upon
Closed by Lukas Jirkovsky (6xx)
Friday, 19 October 2012, 08:17 GMT
Reason for closing: Upstream
Additional comments about closing: Please discuss the bug report upstream (see the last comment)
Friday, 19 October 2012, 08:17 GMT
Reason for closing: Upstream
Additional comments about closing: Please discuss the bug report upstream (see the last comment)
this is the last commit taken in by debian http://quickgit.kde.org/index.php?p=krusader.git&a=commit&h=de1ea35db9c36487afa8379ec7de8ef925f40da7
you could try krusader-git from aur and report back if it is solved there (if you want to)
AUR/krusader-git/src/krusader/krusader/UserAction/tstring.h:128:9: error: ‘make_pair’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
make_pair => std::make_pair
and unfortunatly krusader-git also have this bug...
- First, I configured all the options I wanted to change by configuring them in kate. (open kate, then go to setting -> configure kate...)
- Then I opened ~/.kde4/share/config/katerc and copied everything included in these keys:
[Kate Document Defaults]
[Kate Part Defaults]
[Kate Renderer Defaults]
[Kate Vi Input Mode Settings]
[Kate View Defaults]
to ~/.kde4/share/config/krusaderrc
The good thing is that once those settings are in the config file, you can edit them just fine from "configure editor..." without having to edit the config file manually.
There's also an upstream report:
https://bugs.kde.org/show_bug.cgi?id=295197
please vote&write your findings there.