<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hello everybody,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I’ve managed to compile and install colord in non-standard location (/opt/usr) on an ARM system, and it finally works, it can create devices and profiles. However, without any custom profile created and no device attached, “colormgr get-profiles” doesn’t return anything. Is that what it’s supposed to do with no device configured? On an Intel Ubuntu 14.04 system it returns a profile for every icc file located in /usr/share/color/icc.  <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>As I can see in the cd-main.c source,  cd_main_on_name_acquired_cb()  should call cd_icc_store_search_kind() which should parse the system-wide installed icc files, but it doesn’t seem to happen in my case.  /opt/libexec/colord –v only reports “CdMain: acquired name: org.freedesktop.ColorManager” when ran as root; and it does not give any message about the icc store.  When running colord –v as ordinary user, it only reports “lost name”, never “acquired name”; but this seems to be related to PolicyKit restrictions on using the service; am I right?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>It is true that on my ARM system I had to change the installation prefix and /usr/share is not writeable, cannot install any ICC profile there. I’ve tried changing the location in cd-icc-store.c : cd_icc_store_search_kind()  to /opt/usr/share/color/icc, but nothing changed; actually colord seems to never get to execute that code. <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I am pretty new with colord “hacking” and it’s the first time I’m trying to compile it from scratch, and I don’t have access to a machine with root filesystem writable for checking it with standard install prefix. Tried with colord 1.2.12 and with 1.3.2; same result.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Thanks for any suggestion.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Florin<o:p></o:p></p></div></body></html>