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:
@@ -85,6 +85,8 @@ else
|
||||
unset RDP_PASS
|
||||
|
||||
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 \
|
||||
&& ok "per-user gnome-remote-desktop.service enabled" \
|
||||
|
||||
Reference in New Issue
Block a user