diff --git a/articles/ubuntu/remote_desktop_setup/Readme.md b/articles/ubuntu/remote_desktop_setup/Readme.md index 4b91ecf..e7bb6f9 100644 --- a/articles/ubuntu/remote_desktop_setup/Readme.md +++ b/articles/ubuntu/remote_desktop_setup/Readme.md @@ -20,4 +20,13 @@ sudo apt install gnome-shell-extension-manager 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/). \ No newline at end of file +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 \ No newline at end of file