====== Resolve OBS fail to start ====== ===== Introduction ===== OBS can't work properly on Ubuntu with Wayland by default, here we provide a solution to fix this issue. ===== Solution ===== Setup ''QT_QPA_PLATFORM'' to ''xcb'', and then start OBS on the terminal. ```shell $ export QT_QPA_PLATFORM=xcb $ obs ``` TODO