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

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