[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#29211: XScreenSaver does not recognise password
From: |
Ludovic Courtès |
Subject: |
bug#29211: XScreenSaver does not recognise password |
Date: |
Wed, 08 Nov 2017 15:05:19 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hi Diego,
Diego Nicola Barbato <address@hidden> skribis:
> When I lock my screen with XScreenSaver by first running
> `xscreensaver &' and then `xscreensaver-command --lock' I am unable to
> unlock the screen by entering my password. This happens even though I
> have added `(screen-locker-service xscreensaver "xscreensaver")' to my
> services in my `config.scm'.
> I run StumpWM on GuixSD.
>
> Greetings,
>
> Diego
>
> P.S. I am not sure whether this is relevant but this bug seems to
> coincide with a change in the time displayed on the unlock dialog: It
> no longer displays the wrong time (two hours behind the output of
> `date') and the format has changed from a 24h format to one using AM and
> PM.
To me that suggests ‘xscreensaver’ is taken from your profile (or the
global profile) instead of being taken from
/run/setuid-programs/xscreensaver.
What does “type -P xscreensaver” display?
Thanks,
Ludo’.