GNU bug report logs - #23286
Unable to unlock xscreensaver in Xfce

Previous Next

Package: guix;

Reported by: Albin <albin <at> fripost.org>

Date: Wed, 13 Apr 2016 21:17:02 UTC

Severity: normal

Tags: moreinfo

Done: zimoun <zimon.toutoune <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Albin <albin <at> fripost.org>
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>, 23286 <at> debbugs.gnu.org
Subject: bug#23286: Unable to unlock xscreensaver in Xfce
Date: Mon, 23 May 2016 22:18:23 +0200
Den Mon, 23 May 2016 10:11:27 +0200
skrev Re: bug#23286: Unable to unlock xscreensaver in Xfce:

> Albin <albin <at> fripost.org> skribis:
> 
> > Den Sun, 22 May 2016 23:43:14 +0200
> > skrev Re: bug#23286: Unable to unlock xscreensaver in Xfce:
> >  
> >> Albin <albin <at> fripost.org> skribis:
> >>   
> >> > Den Sat, 21 May 2016 06:37:49 +0200    
> >> 
> >> [...]
> >>   
> >> >> Please try to call these manually (in that order) and stop at
> >> >> the first one that doesn't throw an error:
> >> >> 
> >> >> $ xscreensaver-command -lock    
> >> >
> >> > Unable to unlock.
> >> >    
> >> >> $ gnome-screensaver-command --lock    
> >> >
> >> > Command not found.
> >> >    
> >> >> $ xlock -mode blank    
> >> >
> >> > Worked. ('xlock' also worked.)
> >> >    
> >> >> $ slock    
> >> >
> >> > Worked.    
> >> 
> >> IIUC, xfce-lock uses one of the above lockers.  For them to work,
> >> and if you want to be able to unlock your screen ;-), you need to
> >> make sure you use ‘screen-locker-service’  for each of them.
> >> 
> >> So:
> >> 
> >>   (operating-system
> >>     ;; …
> >>     (services (cons (screen-locker-service xscreensaver)
> >>                     %desktop-services)))
> >>   
> >
> > This was my original configuration which didn't let me unlock if I
> > had locked with xflock4. Any other ideas?  
> 
> Oh wait; since the command is called “xscreensaver-command”, not
> “xscreensaver” (well in fact there are both), this should be:
> 
>   (cons (screen-locker-service xscreensaver "xscreensaver-command")
>         %desktop-services)
> 
> Could you try this one?
> 

It didn't work.  I got the same authentication error when tried to
unlock.

> Thanks for your patience.  :-)

Likewise! :)

> 
> Ludo’.

Albin




This bug report was last modified 5 years and 143 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.