Version: 0.8.0 (using 3.5.9, Debian Package 4:3.5.9.dfsg.1-2+b1 (lenny/sid)) Compiler: Target: i486-linux-gnu OS: Linux (i686) release 2.6.24-1-686 "Use color-managed view" in Preferences>Color Management is always disabled and there is no way to enable it. I mean, if i check it and hit Ok the option is not saved: open preferences dialog again and it's disabled. I tried to modify showfotorc manually too, but on next launch it reverts the setting to disabled again.
I can confirm this, even if every profile field is filled out, the settings for color-managed view are not saved. Andi
This is also true for trunk.
SVN commit 925507 by aclemens: readSettings() in SetupICC is called 3 times when called the first time in the ctor. This is due to a signal emitted when the "ManagedView" checkbox is set. Changing the order of the method calls in the ctor fixes this. The same is true for the EditorWindow class: we need to block the signals in applyStandardSettings() to avoid multiple calls and toggles of the managedView controls, otherwise wrong settings are loaded / saved. BUG:160196 M +4 -0 imageeditor/editor/editorwindow.cpp M +4 -1 setup/setupicc.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=925507