Hi. Currently the desktop editors don't support wayland. Because all other apps do have native support I'm setting my QPA_Platform to
QT_QPA_PLATFORM="wayland;xcb"
flatpak run org.onlyoffice.desktopeditors
This application failed to start because it could not find or load the Qt platform plugin "wayland;xcb"
in "".
Available platform plugins are: linuxfb, minimal, offscreen, vnc, xcb.
Reinstalling the application may fix this problem.
Hi. Currently the desktop editors don't support wayland. Because all other apps do have native support I'm setting my QPA_Platform to QT_QPA_PLATFORM="wayland;xcb"
This should provide a fallback to xcb, if there is no wayland support available - https://www.qt.io/blog/2018/05/29/whats-new-in-qt-5-11-for-the-wayland-platform-plugin This however doesn't work with onlyoffice
On top of that, the wayland socket is enabled, while not working: https://github.com/flathub/org.onlyoffice.desktopeditors/blob/master/org.onlyoffice.desktopeditors.json#L13 (disabling it wont work, as the QT_QPA_PLATFORM env leaks in and tries to load wayland)
Steps to reproduce:
export QT_QPA_PLATFORM="wayland:xcb"
flatpak install org.onlyoffice.desktopeditors
flatpak run org.onlyoffice.desktopeditors
Related issues: https://github.com/ONLYOFFICE/DesktopEditors/issues/382