After yesterday’s zypper dup my fonts lost the style specially the art font (free fonts)
It maybe the new fontconfig included in the snapshot is broken.
This are the packages from the snapshot taken from other tumbleweed that wasn’t upgraded yesterday.
Xfce, labwc is affected by this broken fonts. I can’t test on plasma and gnome in my other tumbleweed because I don’t want to bork the font also.
Take note that the screenshot for the waybar and tumbleweed title should have the same font family.
Thanks in advance for your help.
If this is a bug please advice and I will file a report.
@Android_Gynous Likely is a build requires but not in the spec file. It could get called in via another package so would not necessarily rebuild… zypper se -i --requires fontconfig vs zypper se --requires fontconfig
sudo zypper in --oldpackage https://download.opensuse.org/history/20260603/tumbleweed/repo/oss/x86_64/{fontconfig,libfontconfig1}-2.17.1-1.2.x86_64.rpm
I come to confirm that this issue happens to me as well.
I am on Fedora Silverblue 44, though. Everything in my Tumbleweed container (Distrobox variant) stopped respecting the fontconfig rule.
I link my host’s ~/.config/fontconfig/conf.d to my container’s ~/.config/fontconfig/. It worked well before the container update. Hope this issue will be fixed soon. Thanks!
I just wanted to confirm that I am having the same issue. I’m using two up-to-date Tumbleweed installations on two different computers, one running XFCE, the other running Plasma. Visiting “https://duckduckgo.com” is all it takes to crash the tab. After running the last command posted by hui the problem goes away.
I can confirm that it fixed my issues as well. For example, when I tried to open various websites in my browser—which had been crashing ever since the update—they now work 100% again.
sudo zypper in --oldpackage https://download.opensuse.org/history/20260603/tumbleweed/repo/oss/x86_64/{fontconfig,libfontconfig1}-2.17.1-1.2.x86_64.rpm
Hi everyone. I pushed fontconfig 2.18.1 to the devel project, which has now been included within Tumbleweed snapshot 20260609, but there’s one nitpick. To fix the family matching, FC_GENERIC_FAMILY was given a lower priority than PRI_FAMILY_STRONG, but still higher than PRI_FAMILY_WEAK (check the MR), while binding defaults to “weak” in the element (at least that is what I get from reading the manual, search for <edit name="property" mode="assign" binding="weak"> if highlights don’t work for you).
So to fix the matching problem, the users still need to edit their fonts.conf changing the binding to “strong”.
Other than that, I’ll consider the problem fixed. Feel free to report to the original ticket if there’s still issues. Thanks everyone.