Last login: Sun Sep 10 16:06:03 2023 from 192.168.1.96
mergelab@orangepi5-plus:~$ export QT_QPA_PLATFORM=“xcb”
mergelab@orangepi5-plus:~$ MESA_GL_VERSION_OVERRIDE=3.3 MESA_GLSL_VERSION_OVERRIDE=330 obs
qt.qpa.plugin: Could not find the Qt platform plugin “xcb” in “”
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
You want to run obs with xcb, so you have to install qt xcb plugin: sudo apt install qt6-qpa-plugins
If you are in a wayland session, sudo apt install qt6-wayland
If you are in a desktop environment session, you don’t need to set QT_QPA_PLATFORM, qt will auto detect the qpa platform. You only need to do this when qt can’t auto detect it, for example you are in a ssh shell.