The issue of not being able to give steam permanent streaming permissions was fixed in KDE 6.7 btw. Not sure if that would solve this issue but you can try it.
https://github.com/ublue-os/bazzite/releases?q=Stable+&expanded=true
Currently bazzite is on KDE 6.6.5-1. KDE on Bazzite is part of the OS version update. updating just KDE might break things or create other unforeseen problems.
$ rpm-ostree status State: idle Deployments: ● ostree-image-signed:docker://ghcr.io/ublue-os/bazzite:stable Digest: sha256:b923f92d5a5b59eb992e269383eba2744601052da9d3d1595f76e79aa6ce2df0 Version: 44.20260608 (2026-06-08T19:16:10Z)
https://github.com/ublue-os/bazzite/releases
KDE 6.7 has been added to the testing images since last week.
Nothing extracted yet.
Hello, I have been having issues with remote play for a while, unfortunately it seems to not be solvable for me at the moment;
Steam Remote Play host hangs after first stream on KDE Plasma 6.6 Wayland (PipeWire/ScreenCast session not released)
Your system information
Host OS: Bazzite Deployments:
ostree-image-signed:docker://ghcr.io/ublue-os/bazzite:stable
Digest: sha256:b923f92d5a5b59eb992e269383eba2744601052da9d3d1595f76e79aa6ce2df0
Version: 44.20260608 (2026-06-08T19:16:10Z)
ostree-image-signed:docker://ghcr.io/ublue-os/bazzite:stable
Digest: sha256:b923f92d5a5b59eb992e269383eba2744601052da9d3d1595f76e79aa6ce2df0
Version: 44.20260608 (2026-06-08T19:16:10Z)
Host desktop: KDE Plasma 6.6.5, Wayland session (
XDG_SESSION_TYPE=wayland); no X11 session available on this imageHost GPU: AMD Radeon RX 6750 XT (RDNA2 / Navi 22), Mesa VAAPI
Host CPU: AMD Ryzen 9 5950X (no iGPU)
**Steam (host):Steam Beta Branch: Steam Beta Update
Steam Version: 1782257239
Steam Client Build Date: Wed, Jun 24, 2026 01:13 UTC -08:00
Steam Web Build Date: Tue, Jun 23, 2026 21:29 UTC -08:00
Steam API Version: SteamClient023
Client: 6.16.12-valve24-1-neptune-616-gc748040e4712 OSbuild 20260620.1
Streaming client version (from log): 1781911235 (below)
Please describe your issue in as much detail as possible
Acting as a Steam Remote Play host on Wayland (KDE Plasma 6.6.5), screen capture only works for a single stream session per Steam launch. The first stream after starting Steam works correctly. Once that session ends, every subsequent stream attempt causes the Steam client on the host to hang (become unresponsive), and the client (Steam Deck) cannot connect. The only recovery is to fully kill and relaunch Steam, after which exactly one stream works again before the issue repeats.
Diagnosis from
streaming_log.txt:xdg-desktop-portalScreenCast path. Without launching Steam with-pipewire, capture fails outright withUnable to capture video: k_ECaptureFailedReasonPipewireRequired.-pipewire, the first capture succeeds, but the PipeWire / ScreenCast session is not released/torn down when the stream ends (notePipeWire: timed out waiting for metadata update to completeduring deinitialization), so the second acquisition deadlocks the client.The June 10 Steam Beta changelog ("Improved Pipewire session logic on Linux. If persistent capture permissions are granted to Steam, there will only be an active Pipewire session when streaming or recording") appears intended to address this, but the fix cannot take effect because persistent capture permission cannot be granted to native Steam: it has no
app_id, so it does not appear in KDE's Application Permissions page, and KDE'skde-authorizedpre-authorization table only supportsremote-desktop, notscreencast.Troubleshooting already performed (to save the developers time)
-pipewireand with-pipewire -pipewire-dmabuf— identical result (first stream works, subsequent attempts hang).flatpak permission-set kde-authorized remote-desktop "" yes— this removed the portal "Share" prompt but did not fix the hang (the table covers input/remote-desktop, notscreencast).Steps for reproducing this issue
-pipewire(required for Wayland screen capture).What happens
The host Steam client becomes unresponsive/hangs and the Steam Deck cannot connect (connection fails / black screen). Steam must be force-killed (
pkill -9 steam) and relaunched to recover, after which exactly one more stream works before the failure recurs. (With host hardware encoding enabled, the failure instead presents as an immediate Steam crash-and-restart on connect.)What should happen
When a stream ends, Steam Remote Play should release the PipeWire/ScreenCast capture session and cleanly re-acquire it for subsequent streams, allowing repeated connect/disconnect cycles without restarting Steam — ideally by holding a persistent capture permission as described in the June 10 Beta notes. A way to grant that persistent permission to native (non-Flatpak) Steam on KDE Wayland is also needed (it currently has no
app_idand so cannot be authorized via KDE's Application Permissions or thekde-authorizedscreencastpath).Workaround
No working workaround within Steam Remote Play on this system (X11, which would bypass the portal, is unavailable on Plasma 6.6).
The reliable alternative is to stop using Steam Remote Play as the host and use Sunshine (host) + Moonlight (Steam Deck) instead. Sunshine installs as a Flatpak with a real
app_id, so it can be granted a persistent capture permission via KDE's Application Permissions, and it captures through KWin Screencast / KMS rather than Steam's portal session — allowing unlimited repeated streams without hanging. It also uses the AMD VCN hardware encoder directly.Relevant log excerpts (
~/.local/share/Steam/logs/streaming_log.txt)1. Capture/session setup on stream start (Wayland, PipeWire)
2. Video capture failure (the core error)
3. Session teardown — PipeWire deinit times out (session not cleanly released)
Note: full
streaming_log.txtavailable on request; the excerpts above are the relevant portions around capture init, the capture failure, and session teardown.used AI to clean it up a bit.