Hi Maxime, On Friday, March 26, 2021 6:55 PM, Maxime Devos wrote: > On Fri, 2021-03-26 at 14:10 +0000, Luis Felipe via Guix-patches via wrote: > > A question about the color profiles: > > - > - id="defs2"> > > > - > - id="color-profile4" > > > - name="Artifex-PS-CMYK-Profile" > > > - xlink:href="file:///usr/share/color/icc/ghostscript/ps_cmyk.icc" /> > > > - > - id="color-profile6" > > > - name="Artifex-PS-CMYK-Profile" > > > - xlink:href="file:///usr/share/color/icc/ghostscript/ps_cmyk.icc" /> > > > - > - id="color-profile8" > > > - name="Artifex-PS-CMYK-Profile" > > > - xlink:href="file:///usr/share/color/icc/ghostscript/ps_cmyk.icc" /> > > > - > > > I don't think it makes sense to includes these file://usr/share/ URLs, > as they are rather useless on Guix System. If these xlink:href > attributes were simply removed, would SVG-displaying applications still > automagically find the colour profiles? You're right. These color profiles are residues from the SVG template I used to start the designs. They are not necessary. So please use the attached patch instead where I removed them and tested that things worked as expected. > Alternative solution: would converting to sRGB make the colours look bad? I actually designed in the standar RGB range, so there shouldn't be any problem.