unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#29211: XScreenSaver does not recognise password
@ 2017-11-08 13:28 Diego Nicola Barbato
  2017-11-08 14:05 ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Diego Nicola Barbato @ 2017-11-08 13:28 UTC (permalink / raw)
  To: 29211

Hello Guix,

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#29211: XScreenSaver does not recognise password
  2017-11-08 13:28 bug#29211: XScreenSaver does not recognise password Diego Nicola Barbato
@ 2017-11-08 14:05 ` Ludovic Courtès
  2017-11-08 15:16   ` Diego Nicola Barbato
  0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2017-11-08 14:05 UTC (permalink / raw)
  To: Diego Nicola Barbato; +Cc: 29211

Hi Diego,

Diego Nicola Barbato <dnbarbato@posteo.de> 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’.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#29211: XScreenSaver does not recognise password
  2017-11-08 14:05 ` Ludovic Courtès
@ 2017-11-08 15:16   ` Diego Nicola Barbato
  2017-11-08 16:21     ` Diego Nicola Barbato
  2017-11-08 20:35     ` Ludovic Courtès
  0 siblings, 2 replies; 5+ messages in thread
From: Diego Nicola Barbato @ 2017-11-08 15:16 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 29211

Hello Ludo,

ludo@gnu.org (Ludovic Courtès) writes:

> Hi Diego,
>
> Diego Nicola Barbato <dnbarbato@posteo.de> 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’.

You are right. `type -P xscreensaver' returns
`/home/diego/.guix-profile/bin/xscreensaver'.  And if i run
`/run/setuid-programs/xscreensaver &' instead of `xscreensaver &'
everything works as expected. 

Apparently my setup should never have worked in the first place.  The
fact that it did until about two weeks ago led me to think this was a
bug.

Thanks,

Diego

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#29211: XScreenSaver does not recognise password
  2017-11-08 15:16   ` Diego Nicola Barbato
@ 2017-11-08 16:21     ` Diego Nicola Barbato
  2017-11-08 20:35     ` Ludovic Courtès
  1 sibling, 0 replies; 5+ messages in thread
From: Diego Nicola Barbato @ 2017-11-08 16:21 UTC (permalink / raw)
  To: 29211-done

Apparently this is not a bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#29211: XScreenSaver does not recognise password
  2017-11-08 15:16   ` Diego Nicola Barbato
  2017-11-08 16:21     ` Diego Nicola Barbato
@ 2017-11-08 20:35     ` Ludovic Courtès
  1 sibling, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2017-11-08 20:35 UTC (permalink / raw)
  To: Diego Nicola Barbato; +Cc: 29211

Diego Nicola Barbato <dnbarbato@posteo.de> skribis:

> You are right. `type -P xscreensaver' returns
> `/home/diego/.guix-profile/bin/xscreensaver'.  And if i run
> `/run/setuid-programs/xscreensaver &' instead of `xscreensaver &'
> everything works as expected. 
>
> Apparently my setup should never have worked in the first place.  The
> fact that it did until about two weeks ago led me to think this was a
> bug.

Heheh.  So all you have to do is ‘guix package -r xscreensaver’.

Thanks for confirming!

Ludo’.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-08 20:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-08 13:28 bug#29211: XScreenSaver does not recognise password Diego Nicola Barbato
2017-11-08 14:05 ` Ludovic Courtès
2017-11-08 15:16   ` Diego Nicola Barbato
2017-11-08 16:21     ` Diego Nicola Barbato
2017-11-08 20:35     ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).