gimp/gimp-2.10.0-cm-system-monitor-profile-by-default.patch

29 lines
866 B
Diff
Raw Normal View History

diff --git a/etc/gimprc.in b/etc/gimprc.in
index bdf8f0c..e6757e8 100644
--- a/etc/gimprc.in
+++ b/etc/gimprc.in
2019-11-04 12:27:52 +00:00
@@ -317,9 +317,9 @@
# Defines the color management behavior. This is a parameter list.
#
-# (color-management
+(color-management
# (mode display)
-# (display-profile-from-gdk no)
+ (display-profile-from-gdk no)
# (display-rendering-intent relative-colorimetric)
# (display-use-black-point-compensation yes)
# (display-optimize yes)
@@ -328,9 +328,8 @@
# (simulation-optimize yes)
# (simulation-gamut-check no)
2019-11-04 12:27:52 +00:00
# (out-of-gamut-color (color-rgb 1 0 1))
-# (show-rgb-u8 no)
-# (show-hsv no)
-# (display-module "CdisplayLcms"))
+# (display-module "CdisplayLcms")
+)
# Keep a permanent record of all opened and saved files in the Recent
# Documents list. Possible values are yes and no.