https://bugs.documentfoundation.org/show_bug.cgi?id=145758
Ming Hua <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Ming Hua <[email protected]> --- (In reply to stsav012 from comment #8) > Version: 7.2.2.2 / LibreOffice Community > Build ID: 02b2acce88a210515b4a5bb2e46cbfb63fe97d56 > CPU threads: 2; OS: Linux 5.11; UI render: default; VCL: kf5 (cairo+xcb) > Locale: en-US (C); UI: en-US The culprit is likely that you are using the bare C locale. I don't think LibreOffice handles that very gracefully. Please test again with a UTF-8 locale. If you don't know how, I believe the following commands from a terminal should work: $ export LANG=en-US.UTF-8 $ /opt/libreoffice7.2/program/soffice > Calc: threaded -- You are receiving this mail because: You are the assignee for the bug.
