Table of Contents

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

Ubuntu 22.04

Setup QT_QPA_PLATFORM to xcb, and then start OBS on the terminal.

$ export QT_QPA_PLATFORM=xcb
$ obs

Ubuntu 24.04

TODO