bc250-remote-setup: disable view-only RDP

GNOME Remote Desktop defaults RDP sessions to view-only; the whole
point of RDP here is the parent driving the session to install games.
Found during first real RDP setup on hardware.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-16 17:43:26 -04:00
co-authored by Claude Fable 5
parent 8e78bc286a
commit c2d0f7967a
+2
View File
@@ -85,6 +85,8 @@ else
unset RDP_PASS unset RDP_PASS
grdctl rdp enable 2>/dev/null || warn "grdctl rdp enable failed" grdctl rdp enable 2>/dev/null || warn "grdctl rdp enable failed"
# GNOME defaults RDP to view-only; the parent needs control to install games
grdctl rdp disable-view-only 2>/dev/null || warn "grdctl rdp disable-view-only failed"
systemctl --user enable --now gnome-remote-desktop.service \ systemctl --user enable --now gnome-remote-desktop.service \
&& ok "per-user gnome-remote-desktop.service enabled" \ && ok "per-user gnome-remote-desktop.service enabled" \