From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#23286: Unable to unlock xscreensaver in Xfce Date: Wed, 20 Apr 2016 18:40:02 +0200 Message-ID: <87oa94s07x.fsf@gnu.org> References: <570EB72F.9060101@fripost.org> <87lh4gm8x3.fsf@gnu.org> <20160419195404.GA5418@solar> 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]:47456) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asvBc-0004e2-FJ for bug-guix@gnu.org; Wed, 20 Apr 2016 12:41:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asvBW-0005mT-Uf for bug-guix@gnu.org; Wed, 20 Apr 2016 12:41:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asvBW-0005mP-R0 for bug-guix@gnu.org; Wed, 20 Apr 2016 12:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1asvBW-0000YZ-MS for bug-guix@gnu.org; Wed, 20 Apr 2016 12:41:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160419195404.GA5418@solar> (Andreas Enge's message of "Tue, 19 Apr 2016 21:54:04 +0200") 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: Andreas Enge Cc: Albin , 23286@debbugs.gnu.org Andreas Enge skribis: > On Thu, Apr 14, 2016 at 06:50:32PM +0200, Ludovic Court=C3=A8s wrote: >> (operating-system >> ;; =E2=80=A6 >> (services (cons (screen-locker-service "xscreensaver") >> %desktop-services))) >> Could you try and report back? >> I guess we=E2=80=99ll enable it by default in %desktop-services. > > Will this be compatible with our desktop environments, xfce4 and gnome? Yes (this service simply adds a PAM entry and a setuid binary.) Ludo=E2=80=99.