diff options
author | Lockywolf <for_sbo-xiccd_2023-05-08@lockywolf.net> | 2023-05-11 19:22:56 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 19:27:09 +0700 |
commit | 3e1436c1f57400d8ff8e12cd71f852bef8875042 (patch) | |
tree | 81fbf5e4967a922a20f43b7ea400329c984b31a6 /system/xiccd/README | |
parent | 67a604a66ae947343b94f84882f8595985c7755e (diff) |
system/xiccd: Added (xiccdxiccd is a bridge between colord and X.)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/xiccd/README')
-rw-r--r-- | system/xiccd/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/system/xiccd/README b/system/xiccd/README new file mode 100644 index 0000000000000..d9456eca04766 --- /dev/null +++ b/system/xiccd/README @@ -0,0 +1,21 @@ +xiccd + +xiccd is a simple bridge between colord and X. It does the following +tasks: + + * Enumerates displays and register them in colord; + * Creates default ICC profiles based on EDID data; + * Applies ICC profiles provided by colord; + * Maintains user's private ICC storage directory. + +It does basically the same as gnome-settings-daemon color plugin or +colord-kde but does not depend on any particular desktop. It even +doesn't depend on GTK so it doesn't create useless GTK3 dependency if +the desktop environment is GTK2-based or vice versa. The primary goal of +xiccd is providing color profile support for desktop environments other +than Gnome and KDE (Xfce, LXDE and probably others) that do not support +native color management yet. It is however not meant to be excuse of not +adding native color management to the session daemons of them. + +xiccd is distributed under the terms of GNU General Public License +version 3 or later. |