You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This still seems to be a problem with the most recent git tip. I have replaced xcb with X locally and now it builds fine again.
So answer the pure wayland question. I use Sway here and have globally set QT_QPA_PLATFORM=wayland -- this works until you try to enable your camera. Crashes by throwing a BadWindow (X) error. So while Qt is used, the application still seems to also use X specific calls. Switching the QPA platform to xcb fixes the crash, but then, obviously, everything does through Xwayland again.
qtgui has changed USE flag: xcb is now X. So sky should upgrade accordingly:
Moreover, is this dependency really needed ? Can’t sky work with a pure wayland qt (USE="+wayland -X)?
The text was updated successfully, but these errors were encountered: