Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

60%
+1 −0
Q&A How can I use Remote Desktop to connect to a sleeping Ubuntu machine and wake it up?

With the help of some community members in chat (thanks!), I was able to solve this and learned stuff in the process. I'm not the first person to run into this issue; there is a Gnome extension th...

posted 4d ago by Monica Cellio‭

Answer
#1: Initial revision by user avatar Monica Cellio‭ · 2024-11-11T02:43:26Z (4 days ago)
With the help of some community members in chat (thanks!), I was able to solve this and learned stuff in the process.

I'm not the first person to run into this issue; there is a [Gnome extension](https://extensions.gnome.org/extension/4338/allow-locked-remote-desktop/) that fixes it.  I didn't know Gnome *had* extensions.  To deploy this, first install the Gnome extension manager:

```bash
sudo apt-get install gnome-shell-extension-manager
```

This adds Extension Manager under "Show Apps".  Open that, choose the "Browse" tab, and search for "Allow Locked Remote Desktop".  After I installed and enabled this extension, remote connections behave as I expected: the remote client connects and I can type a password to unlock.

I am aware that Gnome is not the only UI/window manager available on Linux.  At the time I asked the question I didn't know this was Gnome, the default.  I don't know if the problem is specific to Gnome or if it's more general and this is only a partial answer.