Привет!
При попытке открыть приложение HAPP он не запускается: при старте Qt пытается использовать xcb.
Вот таккая ошибка
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: wayland-brcm, wayland-egl, wayland, xcb.
Aborted (core dumped) happ
У меня wayland (WAYLAND_DISPLAY=wayland-1), а в HAPP есть libqwayland.so.
Пробовал принудительно запустить от wayland: "QT_QPA_PLATFORM=wayland /opt/happ/bin/Happ", "QT_QPA_PLATFORM=wayland-egl /opt/happ/bin/Happ"
но приложение всё равно выбирает x11.
xcb-util-cursor и xorg-xwayland установлены.
Почему так происходит ? Может из-за того что само приложение happ собрано под x11 и вообще не может на wayland запустится, хотя в по пути программы /opt/happ/lib/plugins/platforms/libqwayland.so, есть вот это вот libqwayland.so и я думаю может раз это есть то данная программа всё таким может через wayland запустится ?