1
0
Fork 0

Added instruction to setup remote desktop on ubuntu

This commit is contained in:
Luca Gambarotto 2024-06-09 16:07:18 +02:00
parent 7aabb838a9
commit 2eda6a4d49
4 changed files with 15 additions and 3 deletions

View File

@ -1 +0,0 @@
Prova

View File

@ -1 +0,0 @@
# Ciao

View File

@ -1 +0,0 @@
# Text

View File

@ -0,0 +1,15 @@
# REMOTE DESKTOP SETUP
## Enable remote desktop
Settings -> Sharing -> Remote Desktop -> On
## Enable session on login screen
To enable remote session when the host is on login page the **Allow locked Remote desktop** extension must be installed in gnome instance:
```console
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/).