[SOLVED] obs Studio works in Mageia Wayland

Discovered there was no program that could capture video on wayland KDE, after some research and tests, the massive feature rich "OBS Studio" will work if you add environment variables.
Using CLI start OBS Studio with
Or edit KDE Menu item for OBS Studio to add
Works fine for capture screen actions, its too big a program, prefer the simplicity of Simple Screen Recorder, but its a no show on Wayland.
Using CLI start OBS Studio with
- Code: Select all
LIBGL_ALWAYS_SOFTWARE=1 obs
Or edit KDE Menu item for OBS Studio to add
- Code: Select all
LIBGL_ALWAYS_SOFTWARE=1
Works fine for capture screen actions, its too big a program, prefer the simplicity of Simple Screen Recorder, but its a no show on Wayland.