https://bugs.kde.org/show_bug.cgi?id=467269
--- Comment #1 from Stefan Becker <chemob...@gmail.com> --- Maybe further evidence that LC_PAGE is not the correct variable: $ LC_PAGE= LC_PAPER= libreoffice -> print dialog shows "letter" as paper size (CORRECT for LANG=es_US.UTF-8) $ LC_PAGE=fi_FI.UTF-8 LC_PAPER= libreoffice -> print dialog shows "letter" as paper size (WRONG) $ LC_PAGE= LC_PAPER=fi_FI.UTF-8 libreoffice -> print dialog shows "A4" as paper size (CORRECT) -- You are receiving this mail because: You are watching all bug changes.