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