From mboxrd@z Thu Jan 1 00:00:00 1970 From: Diego Nicola Barbato Subject: bug#29211: XScreenSaver does not recognise password Date: Wed, 08 Nov 2017 14:28:02 +0100 Message-ID: <87o9oc528t.fsf@GlaDOS.home> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCQPl-0003IE-So for bug-guix@gnu.org; Wed, 08 Nov 2017 08:29:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eCQPe-0005eg-AF for bug-guix@gnu.org; Wed, 08 Nov 2017 08:29:09 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:49047) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eCQPe-0005eZ-6s for bug-guix@gnu.org; Wed, 08 Nov 2017 08:29:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eCQPe-0006yj-1f for bug-guix@gnu.org; Wed, 08 Nov 2017 08:29:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCQOq-0003E3-4T for bug-guix@gnu.org; Wed, 08 Nov 2017 08:28:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eCQOn-0005JF-27 for bug-guix@gnu.org; Wed, 08 Nov 2017 08:28:12 -0500 Received: from mout02.posteo.de ([185.67.36.66]:36440) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eCQOm-0005Ib-R1 for bug-guix@gnu.org; Wed, 08 Nov 2017 08:28:08 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 0E8ED20CB6 for ; Wed, 8 Nov 2017 14:28:06 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3yX6Yd2h2Zzyp6 for ; Wed, 8 Nov 2017 14:28:02 +0100 (CET) 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: 29211@debbugs.gnu.org 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.