Blame SOURCES/gimp-2.8.2-cm-system-monitor-profile-by-default.patch

bf78d2
From 9a3f047f90a79e96af54a73090313a670b2685d3 Mon Sep 17 00:00:00 2001
bf78d2
From: Nils Philippsen <nils@redhat.com>
bf78d2
Date: Mon, 19 Nov 2012 18:26:16 +0100
bf78d2
Subject: [PATCH] patch: cm-system-monitor-profile-by-default
bf78d2
bf78d2
Squashed commit of the following:
bf78d2
bf78d2
commit 1430096d27ba12566739fadf96302c9a4ce8f98b
bf78d2
Author: Nils Philippsen <nils@redhat.com>
bf78d2
Date:   Mon Nov 19 18:25:28 2012 +0100
bf78d2
bf78d2
    color mgmt: fix syntax error
bf78d2
bf78d2
commit eb78c3a0cfd7ff796110fcd3cd161ca11005fca5
bf78d2
Author: Richard Hughes <hughsient@gmail.com>
bf78d2
Date:   Thu Nov 15 12:12:12 2012 +0100
bf78d2
bf78d2
    color mgmt: try to use the system monitor profile by default
bf78d2
---
bf78d2
 etc/gimprc | 7 ++++---
bf78d2
 1 file changed, 4 insertions(+), 3 deletions(-)
bf78d2
bf78d2
diff --git a/etc/gimprc b/etc/gimprc
bf78d2
index 8306571..1511cd6 100644
bf78d2
--- a/etc/gimprc
bf78d2
+++ b/etc/gimprc
bf78d2
@@ -285,14 +285,15 @@
bf78d2
 
bf78d2
 # Defines the color management behavior.  This is a parameter list.
bf78d2
 # 
bf78d2
-# (color-management
bf78d2
+(color-management
bf78d2
 #     (mode display)
bf78d2
-#     (display-profile-from-gdk no)
bf78d2
+      (display-profile-from-gdk yes)
bf78d2
 #     (display-rendering-intent perceptual)
bf78d2
 #     (simulation-rendering-intent perceptual)
bf78d2
 #     (simulation-gamut-check no)
bf78d2
 #     (out-of-gamut-color (color-rgb 0.501961 0.501961 0.501961))
bf78d2
-#     (display-module "CdisplayLcms"))
bf78d2
+#     (display-module "CdisplayLcms")
bf78d2
+)
bf78d2
 
bf78d2
 # How to handle embedded color profiles when opening a file.  Possible values
bf78d2
 # are ask, keep and convert.
bf78d2
-- 
bf78d2
1.7.11.7
bf78d2