https://bugs.documentfoundation.org/show_bug.cgi?id=74861

--- Comment #18 from [email protected] ---
I usually run my MacBook with an English (US) GUI (while using a German
keyboard layout).

I now switched to German for all GUI/menu settings and rebooted.

The LO 5.0.0 language settings are also in German now.

Inside my Terminal.app window, the shell command `locale` returns these values:

    $> locale

     LANG="de_DE.UTF-8"
     LC_COLLATE="de_DE.UTF-8"
     LC_CTYPE="de_DE.UTF-8"
     LC_MESSAGES="de_DE.UTF-8"
     LC_MONETARY="de_DE.UTF-8"
     LC_NUMERIC="de_DE.UTF-8"
     LC_TIME="de_DE.UTF-8"
     LC_ALL=

This command:

    /Applications/LibreOffice\ 5.0.0.app/Contents/MacOS/soffice    \
      "-env:UserInstallation=file:///tmp/LibO_Conversion__${USER}" \
      --headless                                                   \
      --convert-to pdf:calc_pdf_Export                             \
      --outdir $(pwd)/lo                                           \
        lh-dummy.ods

*STILL* creates a Letter-sized PDF.

This command:

    /Applications/LibreOffice\ 5.0.0.app/Contents/MacOS/soffice    \
      --headless                                                   \
      --convert-to pdf:calc_pdf_Export                             \
      --outdir $(pwd)/lo                                           \
        lh-dummy.ods

creates an A4-sized PDF.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to