Updated RDP setup on Ubuntu
This commit is contained in:
parent
5a0d537fac
commit
d59e9d55c5
|
@ -20,4 +20,13 @@ sudo apt install gnome-shell-extension-manager
|
||||||
|
|
||||||
The extension manager is called **Extension** in the GUI.
|
The extension manager is called **Extension** in the GUI.
|
||||||
|
|
||||||
Extension to be installed: [Allow locked remote desktop](https://extensions.gnome.org/extension/4338/allow-locked-remote-desktop/).
|
Extension to be installed: [Allow locked remote desktop](https://extensions.gnome.org/extension/4338/allow-locked-remote-desktop/).
|
||||||
|
|
||||||
|
|
||||||
|
## Bypass GDM login screen
|
||||||
|
Gnome RDP is not available when a Gnome session is not started. To automatic enable RDP at boot:
|
||||||
|
1. Enable automatic login: Settings -> Users -> Automatic Login ON
|
||||||
|
2. Remove keyring password. When automatic login is enabled, the keyring is not unlocked with user's password and RDP password are set randomly. To avoid this:
|
||||||
|
- Open "Password and keys"
|
||||||
|
- Right click on "login" -> Change password
|
||||||
|
- Set an empty password
|
Loading…
Reference in New Issue