https://bugs.documentfoundation.org/show_bug.cgi?id=158854
Robert Großkopf <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Robert Großkopf <[email protected]> --- Seems you are using the version from OpenSUSE, not the version directly packed by Libre Office. What you report is a bug of the packages in OpenSUSE. Also Ubuntu will produce the same buggy behavior. No problem to execute reports with OpenSUSE (15.4) and packages from LibreOffice here. Create a folder for the packages of LO. Download main package, language package and help package. Unzip the packages to get the rpms inside this packes. Move all this rpms to the new created folder. Then open Yast and add this folder as another installation source. Choose all *.rpms inside this folder and install. Many warnings will appear, because Yast misses signing, but you could ignore all this warning. Alternative without using Yast and installing as user: Create a folder "install" in the new folder for the *.rpm-packages. Open Install and start konsole (terminal). Execute for i in ../*.rpm; do rpm2cpio $i | cpio -id; done and you will get the whole installation as normal user. Have installed about 30 different versions of LO this way here for testing. -- You are receiving this mail because: You are the assignee for the bug.
