Version: v0.9.7 (using 4.00.83 (KDE 4.0.83 (KDE 4.1 Beta2), compiled sources) Compiler: gcc OS: Linux (i686) release 2.6.24-19-generic Just a small glitch: The Apply button in the Klipper config dialog is never activated.
I can confirm this bug also in KDE4.1RC1 (openSUSE packages). When you open Klipper configuration and for ex. uncheck "Separate clipboard and selections" and then check "Synchronise contents of the clipboard and selections" Apply button would by greyed out.
Confirmed even in current trunk.
I fixed this bug in my klipper-kconfigxt branch. The fix will be only in 4.3 though.
can't you backport on kde 4.2?
I guess no. Branch was created to port whole klipper to use kconfigxt and this fix is essential part of this port. It can be backported only if release team agrees to see this porting effort as a non-new-feature. It's theoretiaclly possible to call this non-feature from user POV - no changes were made to user visible gui parts. But e.g. config file format slightly changed (in a way it'll still respect old user settings). Also it can potentially introduce some new bugs - changes were not trivial. While I must admit I have everything working and didn't notice some regressions so far...
If no feature and no strings have been added, it is only a "backend" improvement, so it shouldn't be considered as a new feature, anyway I'm not the person who can decide it. Is it possible to test it? Do you have a public repository?
Yep. It's here http://websvn.kde.org/branches/work/klipper-kconfigxt/ You'll need to cd to kdebase/workspace/klipper and do svn switch to this branch
So this branch got merged to trunk => bug's fixed