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

--- Comment #8 from Uwe Auer <[email protected]> ---
This seems to be a well known problem with initial installs on Ububuntu 20.04
based systems and using Ubuntu base repositories (emphasis is on "initial
install").

See also: 

https://ask.libreoffice.org/en/question/242188/cannot-print-anything-exporting-to-pdf-produces-blank-pdf-lubuntu-2004/

In general the problem could be fixed by 

[1] Complete uninstalling (incl. autoremove)

a) dpkg --list | awk '/ii/&&/libreoffice/{print $2}' | sudo xargs apt purge
--yes
b) sudo apt autoremove --yes

[2] Reinstalling LibreOffice

a) sudo apt update --yes
b) sudo apt install libreoffice libreoffice-sdbc-hsqldb libreoffice-help-en-us
--yes

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

Reply via email to