Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Way to manually enable Screensaver/Clock Screen?

Writer Olivia Zamora

Here's a problem I have: I step away from my laptop, a notification/message arrives (e.g., an email), Gnome Screensaver activates (i.e., the clock screen), I return to my computer and swipe the touchpad to show the screensaver/clock screen in order to see if any notifications are present but none are displayed on the screensaver/clock screen because the email message arrived before the screensaver activated.

This problem could be solved if I could engage the screensaver/clock screen before stepping away from my computer. I can do this if I lock the screen, but I don't wan't to lock the screen and force me to have to enter a password on return.

Is there any way to manually engage the screensaver/clock screen (preferably by keyboard shortcut) without locking the screen?

2

1 Answer

OS - Ubuntu 19.10

Run the below command

gsettings set org.gnome.desktop.screensaver lock-enabled false

Create a shortcut with below command

gdbus call --session --dest org.gnome.ScreenSaver --object-path /org/gnome/ScreenSaver --method org.gnome.ScreenSaver.SetActive true

enter image description here

enter image description here

enter image description here


enter image description here

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy