From 44cf427babaaada20fe4e3d4f6232e126212169a Mon Sep 17 00:00:00 2001 From: fbrehm Date: Tue, 27 Mar 2012 21:36:36 +0200 Subject: [PATCH] committing changes in /etc after emerge run Package changes: +x11-misc/colord-0.1.15 --- .etckeeper | 2 + colord.conf | 24 +++++++++ .../org.freedesktop.ColorManager.conf | 51 +++++++++++++++++++ 3 files changed, 77 insertions(+) create mode 100644 colord.conf create mode 100644 dbus-1/system.d/org.freedesktop.ColorManager.conf diff --git a/.etckeeper b/.etckeeper index 8b8b23a..51b4841 100755 --- a/.etckeeper +++ b/.etckeeper @@ -217,6 +217,7 @@ maybe chmod 0755 './ca-certificates/update.d' maybe chmod 0644 './chktexrc' maybe chmod 0755 './chromium' maybe chmod 0644 './chromium/default' +maybe chmod 0644 './colord.conf' maybe chmod 0644 './colordiffrc' maybe chmod 0644 './colordiffrc-lightbg' maybe chmod 0755 './conf.d' @@ -514,6 +515,7 @@ maybe chmod 0444 './dbus-1/system.d/cups.conf' maybe chmod 0644 './dbus-1/system.d/nm-avahi-autoipd.conf' maybe chmod 0644 './dbus-1/system.d/nm-dhcp-client.conf' maybe chmod 0644 './dbus-1/system.d/nm-dispatcher.conf' +maybe chmod 0644 './dbus-1/system.d/org.freedesktop.ColorManager.conf' maybe chmod 0644 './dbus-1/system.d/org.freedesktop.ModemManager.conf' maybe chmod 0644 './dbus-1/system.d/org.freedesktop.PolicyKit1.conf' maybe chmod 0644 './dbus-1/system.d/org.freedesktop.UDisks.conf' diff --git a/colord.conf b/colord.conf new file mode 100644 index 0000000..6b1aedb --- /dev/null +++ b/colord.conf @@ -0,0 +1,24 @@ +[colord] + +# This controls whether we search external volumes for color profiles. +# +# default=false +SearchVolumes=false + +# If we should use SANE to add scanner and camera devices. +# +# default=true +UseSANE=true + +# If we should create a dummy sensor for testing +# +# default=false +CreateDummySensor=false + +# Known profiles are specific colorspaces that applications may request, +# e.g. 'AdobeRGB' or 'sRGB'. +# This key sets up any manual overrides that are not automatically added +# using the profile dictionary metadata. +# +# default= +StandardSpaces=adobe-rgb:/usr/share/color/icc/Argyll/ClayRGB1998.icm;srgb:/usr/share/color/icc/Argyll/sRGB.icm;prophoto-rgb:/usr/share/color/icc/Argyll/ProPhotoRGB.icc diff --git a/dbus-1/system.d/org.freedesktop.ColorManager.conf b/dbus-1/system.d/org.freedesktop.ColorManager.conf new file mode 100644 index 0000000..0518bd7 --- /dev/null +++ b/dbus-1/system.d/org.freedesktop.ColorManager.conf @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5