Hello @KosmX, Init failed to initialize SDL: wayland not available is a user configuration issue. Somewhere you've set and forgetten SDL_VIDEODRIVER or SDL_VIDEO_DRIVER to explicitly try to use SDL's wayland backend and no other options. If that's unset, then SDL will use the best available option automatically.
The fix here would be to find and remove those environment variables from being set with your desktop environment.
As a short term workaround, you can the flatpak equivalent of unset SDL_VIDEODRIVER; steam in a terminal or if you need to limit the scope, maybe flatseal has something to do similar.
Okay, that works, thanks!
SDL_VIDEODRIVERx1 2026-06SDL_VIDEO_DRIVERx1 2026-06SDL_Ix1 2026-06
Your system information
Please describe your issue in as much detail as possible:
Steam does not launch, webhelper fails to start for some reason. no sandbox and no gpu options don't help.
I expect steam to start.
There is a very suspicious log in webhelper logs:
Steam launches successfully if I start it with
gamescope -W 2560 -H 1440 -e -- com.valvesoftware.SteamSteps for reproducing this issue:
I have a standard Steam Flatpak install, 3 packages installed from flathub repo:
com.valvesoftware.Steam,com.valvesoftware.Steam.CompatibilityTool.Proton-GE,com.valvesoftware.SteamLinkI have ProtonGE enabled, i use it for some games, but I don't think that bricks steam.
I did reset the whole instance, and verified integrity, it did solve the problem, but as soon as I close Steam, I could not launch it again.
This issue may be connected to #4924