
Originally Posted by
andrewcrawford131
Hi all I am trying to afk on my game ie leave it running while I'm not there but I have ran into a problem everything 5 minutes is up it locks the screen I have tried a few things to try stop it but nothing has worked I'm on xubuntu 22 one thing I found to try I could do as there is no option to enter system settings
Try to run command below using your terminal. To access terminal ctrl and alt + T or just look at it under the application software in your xubutu operating system
Code:
gnome-control-center
If you try to run gnome-control-center and get command not found, just try to install it with the command below:
Code:
sudo apt install gnome-control-center
Regards and cheers.