https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237662
--- Comment #14 from Jesper Schmitz Mouridsen <[email protected]> --- 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.
