After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 307146 - profile settings in color management preferences aren't saved
profile settings in color management preferences aren't saved
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: libgimp
2.3.x
Other Linux
: Normal normal
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-06-10 13:10 UTC by J. H. Miller
Modified: 2008-01-15 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description J. H. Miller 2005-06-10 13:10:04 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'.
Comment 1 weskaggs 2005-06-10 15:08:10 UTC
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.
Comment 2 Sven Neumann 2005-06-11 11:02:08 UTC
The preferences part of the new color management framework is actually supposed
to work and bug reports on this are welcome. Reopening.
Comment 3 Sven Neumann 2005-06-11 11:49:19 UTC
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?
Comment 4 J. H. Miller 2005-06-11 12:26:15 UTC
I'm using version 2.6.4-2mdk. 
Comment 5 Sven Neumann 2005-06-11 14:30:07 UTC
2005-06-11  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimppropwidgets.c: connect to "selection-changed"
	instead of "file-activated". Fixes bug #307146.