Bug Report Fedora 31: Preview window is transparent

jtagcat

New Member
Occurs on both flatpak and repo.
Can't use the preview window, it just doesn't exist.
https://obsproject.com/logs/4bRRY7YwX-sdqhNt
sc.jpg
 

Tuna

Member
I think this happens when you run a wayland session and Qt runs natively in the wayland backend instead of the xwayland fallback.
 

elmehalawi

New Member
I found another workaround too in case it helps someone: you can run OBS from the terminal like this:

Code:
QT_QPA_PLATFORM=xcb obs

And I guess that uses Xwayland or something? IDK but it works for me.
 

Tuna

Member
I found another workaround too in case it helps someone: you can run OBS from the terminal like this:

Code:
QT_QPA_PLATFORM=xcb obs

And I guess that uses Xwayland or something? IDK but it works for me.
That's correct.
 

nickurak

New Member
Is there a non-workaround fix? Using "QT_QPA_PLATFORM=xcb" also seems to disable screen-sharing from Wayland sessions these days.
 
Top