https://bugs.documentfoundation.org/show_bug.cgi?id=163468
--- Comment #15 from Eyal Rozenberg <[email protected]> --- (In reply to Michael Weghorn from comment #13) > 1) Does this also happen with a new user profile, or in safe mode? It is a new user profile - it's the first time LO is run on this machine. Safe mode - same thing. > 2) Is package `libreoffice` installed? (which *should* take care of > installing relevant other packages and avoid having an "interesting" > combination of just single packages) Yes, it is. > 3) Do you have a `/usr/lib/libreoffice/program/unorc` that looks something > like this: Yes, exactly as you listed it. > 4) Are there any environment variables set in your setup that might mess > with the installation in some way? (Does `env` output contain anything that > looks like it might be related, e.g. some variable starting with `UNO_` or > `URE_`? None of the last two kinds. There are some XDM_ and XDG_ variables, and also GTK_RC_FILES and QT_QPA_PLATFORMTHEME. > 5) Is this a fresh installation of Q4OS? Yes, except for the backported LO 24.8.2 > 6) Any other ideas? Well, even libreoffice --help fails! so, something very early. I would say that there needs to be some "robustification" of the configuration/configuration-wrapper related code. There must some places assuming that configuration options/settings can be obtained, when they cannot. Also, app.cxx line 485 is: if (officecfg::Setup::Office::OfficeRestartInProgress::get()) I don't know if the first start is considered a restart; or whether there's some failure in starting LO which triggers a restart. But - I would look at the code checking for "restart in progress" - maybe that's where we'll find some invalid assumptions on what's available. Anyway, I'm going to switch distributions on that machine now, so it is unfortunately going away. -- You are receiving this mail because: You are the assignee for the bug.
