https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237662
--- Comment #15 from Serge Volkov <[email protected]> --- (In reply to Jesper Schmitz Mouridsen from comment #14) Maybe this is really locale related problem. Running with locale LANG=ru_RU.UTF-8 LC_CTYPE="ru_RU.UTF-8" LC_COLLATE="ru_RU.UTF-8" LC_TIME="ru_RU.UTF-8" LC_NUMERIC="ru_RU.UTF-8" LC_MONETARY="ru_RU.UTF-8" LC_MESSAGES="ru_RU.UTF-8" LC_ALL= I have the problem too. export LC_ALL=C rm -rf .cache/qtshadercache/ rm -rf .cache/mesa_shader_cache/ And the text appears... But if I change only LC_NUMERIC to "C" the problem does not disappear. I am still using QSG_DISTANCEFIELD_ANTIALIASING=gray in /etc/xprofile to fix the problem. ------ FreeBSD 12.0-RELEASE-p10 (amd64), KDE Plasma 5.17.0, KDE Frameworks 5.63.0, Qt 5.13.0 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.
