GNOME Bugzilla – Bug 397359
Can't access color management parameters
Last modified: 2013-03-13 09:42:31 UTC
Please describe the problem: Acces to the Colormanagement parameters are lost when desactiving and reactiving the Colormanagement display filter Steps to reproduce: 1. Launch Gimp and create a new image 2. Call View > Display filters... 3. Colormanagement is activ and you have access to the parameters, desactiv and activ again the colormanagement and you don't have acces to the parameters anymore Actual results: Expected results: Does this happen every time? yes Other information:
The color management display filter that is automatically added must not be removed from the image. We should make it impossible to do that. Not sure though how that can be done with the current module system.
Changing version to "Current SVN" as this problem is still apparent.
Maybe removing the module should not be possible, but with this patch it at least works to remove and add it again. Fixed in master and 2-8: commit de8830ed4bd5bbf10eba981dc390079c0c68aa86 Author: Michael Natterer <mitch@gimp.org> Date: Wed Mar 13 10:37:25 2013 +0100 Bug 397359 - Can't access color management parameters Create all display filters with "color-config" and "color-managed" parameters set, not only the automatically added color management display filter. This way we don't only support removing and adding the filter again, but also support potential other color management modules. (cherry picked from commit bc190a6baba1f1205a78c4bd76cdf5eebd7c8bcf) app/display/gimpdisplayshell-filter-dialog.c | 11 +++++++++-- app/widgets/gimpcolordisplayeditor.c | 30 +++++++++++++++++++++++++++--- app/widgets/gimpcolordisplayeditor.h | 6 +++++- 3 files changed, 41 insertions(+), 6 deletions(-)