a5f571
diff -up gimp-2.10.14/etc/gimprc.in.cm-system-monitor-profile-by-default gimp-2.10.14/etc/gimprc.in
a5f571
--- gimp-2.10.14/etc/gimprc.in.cm-system-monitor-profile-by-default	2019-10-26 21:46:48.000000000 +0200
a5f571
+++ gimp-2.10.14/etc/gimprc.in	2019-11-04 13:17:23.322750636 +0100
a5f571
@@ -317,9 +317,9 @@
a5f571
 
a5f571
 # Defines the color management behavior.  This is a parameter list.
a5f571
 # 
a5f571
-# (color-management
a5f571
+(color-management
a5f571
 #     (mode display)
a5f571
-#     (display-profile-from-gdk no)
a5f571
+      (display-profile-from-gdk no)
a5f571
 #     (display-rendering-intent relative-colorimetric)
a5f571
 #     (display-use-black-point-compensation yes)
a5f571
 #     (display-optimize yes)
a5f571
@@ -328,7 +328,8 @@
a5f571
 #     (simulation-optimize yes)
a5f571
 #     (simulation-gamut-check no)
a5f571
 #     (out-of-gamut-color (color-rgb 1 0 1))
a5f571
-#     (display-module "CdisplayLcms"))
a5f571
+#     (display-module "CdisplayLcms")
a5f571
+)
a5f571
 
a5f571
 # Keep a permanent record of all opened and saved files in the Recent
a5f571
 # Documents list.  Possible values are yes and no.