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