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 397359 - Can't access color management parameters
Can't access color management parameters
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
git master
Other All
: Normal trivial
: 2.8
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2007-01-16 19:04 UTC by Zigomar
Modified: 2013-03-13 09:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Zigomar 2007-01-16 19:04:40 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:
Comment 1 Sven Neumann 2007-01-16 20:36:30 UTC
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.
Comment 2 Sven Neumann 2008-01-15 13:47:32 UTC
Changing version to "Current SVN" as this problem is still apparent.
Comment 3 Michael Natterer 2013-03-13 09:42:31 UTC
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(-)