Environment
-
OS: Linux Mint 22 (Ubuntu 24.04 LTS base)
-
Desktop Environment: Cinnamon (X11)
-
Hardware: Lenovo ThinkPad X13 Gen 2
-
Application Version: ONLYOFFICE Desktop Editors 9.4.0-129 (installed via official upstream
.debrepository) -
Graphics Stack: Mesa 25.2.8-0ubuntu0.24.04.2 (AMD64 / I386)
Context & Chronology
-
May 22, 2026: ONLYOFFICE Desktop Editors was upgraded from version
9.3.1-8to9.4.0-129. The application performed as expected and launched successfully after this update. -
June 2026: The system received the Mesa graphics library update (
25.2.8-0ubuntu0.24.04.2). Immediately following this update, ONLYOFFICE Desktop Editors began crashing systematically on startup.
Steps to Reproduce
-
Install ONLYOFFICE Desktop Editors (
9.4.0-129) via the official.debpackage on a system running Mesa25.2.8-0ubuntu0.24.04.2. -
Launch the application via the terminal:
onlyoffice-desktopeditors
Observed Behavior
The application fails to initialize its graphical interface and terminates immediately with a core dump during the XCB/Qt window initialization phase.
Terminal output:
(DesktopEditors:37629): Gtk-WARNING **: 14:51:30.351: gtk_disable_setlocale() must be called before gtk_init()
QXcbConnection: XCB error: 8 (BadMatch), sequence: 670, resource id: 79691839, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 686, resource id: 79691839, major code: 130 (Unknown), minor code: 3
Abandon (core dumped)
Verified Test Cases (Isolation)
-
Software Rendering: Forcing software rendering via
LIBGL_ALWAYS_SOFTWARE=1orGALLIUM_DRIVER=softpipedoes not bypass the crash. The identical XCBBadMatcherror and core dump occur. -
Environment / Configuration: Purging local configuration directories (
~/.config/onlyofficeand~/.local/share/onlyoffice) has no effect. -
Security Modules: Running with
QT_IGNORE_PKCS11=1does not prevent the crash. -
Alternative Formats: The Flatpak distribution of ONLYOFFICE Desktop Editors runs successfully on the exact same host system configuration