https://bugs.documentfoundation.org/show_bug.cgi?id=101822
--- Comment #3 from Jan-Marek Glogowski <[email protected]> ---
So I investigated the catch point:
/home/glg/Development/libreoffice/symbols/vcl/unx/generic/app/saldisp.cxx:231
226 try {
227 bool bUseOpenGL = OpenGLHelper::isVCLOpenGLEnabled();
228 if (bUseOpenGL && BestOpenGLVisual(pDisplay, nScreen, rVI))
229 return rVI.visualid == nDefVID;
230 }
231 catch (const css::uno::DeploymentException&)
232 {
233 // too early to try to access configmgr
234 }
which was included in
commit 37800290245fd0462295a8bbaabd9d761929fa65
"vcl: Stop-gap solution to start the gen / kde / kde4 plugins again."
So first I'll revert it, as the try / catch block just pampers over the
original breaking commit. I hope this won't break any non-X11 backends, as I
can't test them.
So for KDE4 I moved the SalKDEDisplay creation to
KDESalInstance::AfterAppInit(), which "Works for me". I will look into tde and
gen next.
--
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