32 lines
919 B
Diff
32 lines
919 B
Diff
From 3720401cc1499ac5f6a15248214168fd2b5c02ec Mon Sep 17 00:00:00 2001
|
|
From: Nils Philippsen <nils@redhat.com>
|
|
Date: Thu, 15 Nov 2012 12:17:26 +0100
|
|
Subject: [PATCH] patch: cm-system-monitor-profile-by-default
|
|
|
|
Squashed commit of the following:
|
|
|
|
commit eb78c3a0cfd7ff796110fcd3cd161ca11005fca5
|
|
Author: Richard Hughes <hughsient@gmail.com>
|
|
Date: Thu Nov 15 12:12:12 2012 +0100
|
|
|
|
color mgmt: try to use the system monitor profile by default
|
|
---
|
|
etc/gimprc | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/etc/gimprc b/etc/gimprc
|
|
index 8306571..712488f 100644
|
|
--- a/etc/gimprc
|
|
+++ b/etc/gimprc
|
|
@@ -293,6 +293,7 @@
|
|
# (simulation-gamut-check no)
|
|
# (out-of-gamut-color (color-rgb 0.501961 0.501961 0.501961))
|
|
# (display-module "CdisplayLcms"))
|
|
+(display-profile-from-gdk yes)
|
|
|
|
# How to handle embedded color profiles when opening a file. Possible values
|
|
# are ask, keep and convert.
|
|
--
|
|
1.7.11.7
|
|
|