From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#29211: XScreenSaver does not recognise password Date: Wed, 08 Nov 2017 15:05:19 +0100 Message-ID: <87mv3wuaqo.fsf@gnu.org> References: <87o9oc528t.fsf@GlaDOS.home> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCQzY-0006Za-Mi for bug-guix@gnu.org; Wed, 08 Nov 2017 09:06:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eCQzT-0004Z7-53 for bug-guix@gnu.org; Wed, 08 Nov 2017 09:06:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:49063) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eCQzT-0004Z2-0l for bug-guix@gnu.org; Wed, 08 Nov 2017 09:06:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eCQzS-0007st-2p for bug-guix@gnu.org; Wed, 08 Nov 2017 09:06:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87o9oc528t.fsf@GlaDOS.home> (Diego Nicola Barbato's message of "Wed, 08 Nov 2017 14:28:02 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Diego Nicola Barbato Cc: 29211@debbugs.gnu.org Hi Diego, Diego Nicola Barbato 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 =E2=80=98xscreensaver=E2=80=99 is taken from your profi= le (or the global profile) instead of being taken from /run/setuid-programs/xscreensaver. What does =E2=80=9Ctype -P xscreensaver=E2=80=9D display? Thanks, Ludo=E2=80=99.