Opening OnlyOffice(with /usr/bin/desktopeditors
) from the command line inside the toolbox opens the app and generates this code:
(DesktopEditors:58004): Gtk-WARNING **: 20:55:52.455: gtk_disable_setlocale() must be called before gtk_init()
Then when using OnlyOffice, it starts giving these line of code repeatedly with higher sequence each time, and it doesn’t let me use the command line until I close the app:
QXcbConnection: XCB error: 8 (BadMatch), sequence: 761, resource id: 25165887, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 777, resource id: 25165887, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 964, resource id: 25165887, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 1190, resource id: 25165887, major code: 130 (Unknown), minor code: 3
So how could I solve this error?