[Bug 237662] x11-toolkits/qt5-declarative: qml-application renders text invisible on i7-3770 CPU
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Oct 23 16:05:53 BST 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237662
--- Comment #14 from Jesper Schmitz Mouridsen <jsm at FreeBSD.org> ---
This turns out to be locale related. And is NOT related to hardware..
Running with locale
LANG=da_DK.UTF-8
LC_CTYPE="da_DK.UTF-8"
LC_COLLATE="da_DK.UTF-8"
LC_TIME="da_DK.UTF-8"
LC_NUMERIC="da_DK.UTF-8"
LC_MONETARY="da_DK.UTF-8"
LC_MESSAGES="da_DK.UTF-8"
LC_ALL=
I have the problem
export LC_ALL=C
rm -rf .cache/qtshadercache/
rm -rf .cache/mesa_shader_cache/
And the text appears...
looking closer chancing on LC_ at the time LC_NUMERIC is the trouble maker
So i think it could be computation of decimal numbers since the decimal
separator is "," and not "." in my locale. Perhaps QT localizes its numbers a
little to soon or in the wrong places..
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the kde-freebsd
mailing list