Related Application and/or Package Version (run apt policy $PACKAGE NAME):
Settings
Issue/Bug Description:
The Settings -> Sharing -> Remote Desktop -> Remote Control setting switch does not take effect.
Steps to reproduce (if you know):
1) Open Settings -> Sharing -> Remote Desktop
2) Turn Remote Control switch on
Expected behavior:
After enabling the Remote Control switch, the following command should print false:
gsettings get org.gnome.desktop.remote-desktop.rdp view-only
Other Notes:
The Remote Control setting under Remote Desktop settings does not seem to have any effect. RDP sessions do not allow remote control even with the Remote Control switch enabled. You need to manually enable Remote Control using the following command in the shell to fix the issue:
gsettings set org.gnome.desktop.remote-desktop.rdp view-only false
Distribution (run
cat /etc/os-release
): 22.04 LTSRelated Application and/or Package Version (run
apt policy $PACKAGE NAME
): SettingsIssue/Bug Description: The Settings -> Sharing -> Remote Desktop -> Remote Control setting switch does not take effect.
Steps to reproduce (if you know): 1) Open Settings -> Sharing -> Remote Desktop 2) Turn Remote Control switch on
Expected behavior: After enabling the Remote Control switch, the following command should print
false
:gsettings get org.gnome.desktop.remote-desktop.rdp view-only
Other Notes: The Remote Control setting under Remote Desktop settings does not seem to have any effect. RDP sessions do not allow remote control even with the Remote Control switch enabled. You need to manually enable Remote Control using the following command in the shell to fix the issue:
gsettings set org.gnome.desktop.remote-desktop.rdp view-only false