https://bugzilla.suse.com/show_bug.cgi?id=1189267 https://bugzilla.suse.com/show_bug.cgi?id=1189267#c6 --- Comment #6 from Fabian Vogt <fvogt@suse.com> --- (In reply to David Diaz from comment #5)
(In reply to David Diaz from comment #4)
(In reply to Fabian Vogt from comment #2)
(In reply to David Diaz from comment #1)
Looks like @Steffen already fixed/tried to fix it for installation-images in https://github.com/openSUSE/installation-images/pull/516 (see https://bugzilla.suse.com/show_bug.cgi?id=1188927#c1)
Maybe the .qss part still missing. Checking it
It should not require changes in .qss, that should be covered by the fontconfig alias.
Looking at the check_fonts script[1], looks like the change in .css and .qss files is required. It's documentation says
# Scan DIR for *.css and *.qss files (recursively), extract font families # and check if they are available.
It might not take fontconfig aliases into account, so the script fails even when it would work fine in the running system.
So, hope the open PR fixed the problem once it gets merge.
If this can get fixed such that the alias is sufficient, then the .qss would be backwards-compatible, which might be a benefit.
[1] https://github.com/openSUSE/installation-images/blob/ b70d4430f2df1b099a54971ef749d94689994d49/data/base/check_fonts#L5-L6
-- You are receiving this mail because: You are on the CC list for the bug.