https://bugs.documentfoundation.org/show_bug.cgi?id=144994
--- Comment #9 from Michael Weghorn <[email protected]> --- (In reply to giors_00 from comment #8) > Thank you. Before starting testing, I just would like to let you know that > libreoffice crashing seems to be now more "verbose" in the terminal. So > first of all, I post the message that I actually receive: > > qt.qpa.wayland: Wayland does not support QWindow::requestActivate() > qt.qpa.wayland: Wayland does not support QWindow::requestActivate() > qt.qpa.wayland: Wayland does not support QWindow::requestActivate() > This plugin supports grabbing the mouse only for popup windows > This plugin supports grabbing the mouse only for popup windows > SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". > SLF4J: Defaulting to no-operation (NOP) logger implementation > SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further > details. > [xcb] Unknown sequence number while processing reply > [xcb] Most likely this is a multi-threaded client and XInitThreads has not > been called > [xcb] Aborting, sorry about that. > soffice.bin: xcb_io.c:725: _XReply: La declaración > `!xcb_xlib_threads_sequence_lost' no se cumple. > [xcb] Unknown sequence number while processing queue > [xcb] Most likely this is a multi-threaded client and XInitThreads has not > been called > [xcb] Aborting, sorry about that. > soffice.bin: xcb_io.c:269: poll_for_event: La declaración > `!xcb_xlib_threads_sequence_lost' no se cumple. > (...) This looks weird, some X11/xcb library calls mixed with Qt's Wayland QPA. When running LO with the qt5 VCL plugin using the Wayland QPA, no xcb functionality should be used directly, so this very much looks like some other application/extension/... somehow getting into the way here -- You are receiving this mail because: You are the assignee for the bug.
