GNOME Bugzilla – Bug 307146
profile settings in color management preferences aren't saved
Last modified: 2008-01-15 14:03:59 UTC
Distribution/Version: Mandriva LE 2005 In the color management preferences, changes to mode of operation, display in tent, and softproof intent are saved, but the paths to the color profiles aren't. To reproduce, open preferences dialog for color management and choose profiles with the file selector and click 'ok'. Open the preference dialog again and all the profiles are reset to 'none'.
Thanks for the bug report, but color management is still under very active development, and doesn't work yet in a number of respects, so it is not useful to file bug reports about it at this time. Therefore, I am going to mark this one as INVALID to reduce clutter of the bug database. If you continue to see this problem as the release date for GIMP 2.4 approaches -- it is still a few months away -- then please reopen this bug report or file a new one.
The preferences part of the new color management framework is actually supposed to work and bug reports on this are welcome. Reopening.
I've investigated this problem a little and it appears to be a GTK+ bug. I am pretty sure that this used to work with gtk+-2.6.4 but now that I updated to gtk+ 2.6.7, the GtkFileChooserButton doesn't seem to emit "file-activated" any longer. Bug reporter, what version of GTK+ are you using? Can someone who's still using an older GTK+ 2.6 release, please test if he/she can reproduce the problem?
I'm using version 2.6.4-2mdk.
2005-06-11 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimppropwidgets.c: connect to "selection-changed" instead of "file-activated". Fixes bug #307146.