Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xautolock seems to do nothing
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
vrghost
n00b
n00b


Joined: 03 Oct 2003
Posts: 59
Location: London

PostPosted: Thu Nov 21, 2024 7:33 pm    Post subject: xautolock seems to do nothing Reply with quote

Trying to set up xautolock to lock the screen, and before even putting it in any startup script, I seem to struggle to get it to work at all.

emergege xautolock:
Code:

*  x11-misc/xautolock
      Latest version available: 2.2_p7
      Latest version installed: 2.2_p7
      Size of files: 43 KiB
      Homepage:      http://www.ibiblio.org/pub/Linux/X11/screensavers/
      Description:   An automatic X screen-locker/screen-saver
      License:       GPL-2


The problem is, I don't seem to be able to get it to lock my screen, but I don't get any error messages or any updated logs (that I can see)

In an X session with qtile

I started it in a terminal with
Code:

xautolock -time 2 -locker "betterscreenlocker -l"


Waited for five minutes, still not locked
Started a second terminal, and ran
Code:

xautolock -locknow -locker "betterscreenlocker -l"


But nothing seems to happen.

I use xorg-server 21.1.14
Quote:

* x11-base/xorg-server
Latest version available: 21.1.14
Latest version installed: 21.1.14
Size of files: 4,900 KiB
Homepage: https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/xserver/xorg-server
Description: X.Org X servers
License: MIT


Any ideas?

Betterscreenlocker works by the way, have a shortcut for that using the same command, I am happy to try anything at this stage
Back to top
View user's profile Send private message
CaptainBlood
Advocate
Advocate


Joined: 24 Jan 2010
Posts: 3881

PostPosted: Thu Nov 21, 2024 8:39 pm    Post subject: Reply with quote

what package provides
Code:
betterscreenlocker
?

Thks 4 ur attention, interest & support.
_________________
USE="-* ..." in /etc/portage/make.conf here, i.e. a countermeasure to portage implicit braces, belt & diaper paradigm
LT: "I've been doing a passable imitation of the Fontana di Trevi, except my medium is mucus. Sooo much mucus. "
Back to top
View user's profile Send private message
Weezer
n00b
n00b


Joined: 19 Apr 2024
Posts: 23

PostPosted: Fri Nov 22, 2024 10:53 am    Post subject: Re: xautolock seems to do nothing Reply with quote

vrghost wrote:


I started it in a terminal with
Code:

xautolock -time 2 -locker "betterscreenlocker -l"


Waited for five minutes, still not locked
Started a second terminal, and ran
Code:

xautolock -locknow -locker "betterscreenlocker -l"




After the first command has been run, the second command should simply be:

xautolock -locknow

Due to the fact that xautolock is already running an instance and you are invoking it "now".

You could also add an "&" after your first command to release the terminal:

xautolock -time 2 -locker "betterscreenlocker -l" &

Then you can test without opening a second terminal (you will have to manually kill it however).

I don't use betterscreenlocker but as long as it is working properly there shouldn't be any issues. If you run lightdm you could try 'dm-tool lock', also.

Just a thought or two ;)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum