From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albin Subject: bug#23286: Unable to unlock xscreensaver in Xfce Date: Fri, 20 May 2016 22:22:01 +0200 Message-ID: <20160520222201.7b52e715@fripost.org> References: <570EB72F.9060101@fripost.org> <87lh4gm8x3.fsf@gnu.org> <20160423095509.46afe0e7@scratchpost.org> <571BB528.7090801@fripost.org> <20160423202252.4802df28@scratchpost.org> <20160423202816.1412a0cc@scratchpost.org> <571BD7DB.7060606@fripost.org> <20160424031423.22ef23ad@scratchpost.org> <571CD23A.1070208@fripost.org> <20160426231752.5355f72b@scratchpost.org> <572CE293.5080400@fripost.org> <20160518204439.31571a4c@scratchpost.org> <573F461A.9010904@fripost.org> <20160520194849.4bae25b7@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3p4k-00086U-VS for bug-guix@gnu.org; Fri, 20 May 2016 14:23:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3p4g-0003sT-Oa for bug-guix@gnu.org; Fri, 20 May 2016 14:23:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3p4g-0003sO-L7 for bug-guix@gnu.org; Fri, 20 May 2016 14:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1b3p4g-0007EU-Gs for bug-guix@gnu.org; Fri, 20 May 2016 14:23:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160520194849.4bae25b7@scratchpost.org> 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: Danny Milosavljevic Cc: 23286@debbugs.gnu.org Den Fri, 20 May 2016 19:48:49 +0200 skrev Re: bug#23286: Unable to unlock xscreensaver in Xfce: > On Fri, 20 May 2016 19:15:06 +0200 > Albin wrote: > > > > ls -lL $(which xflock4) > > The output from that is: > > > > -r-xr-xr-x 10 root root 1536 1 jan 1970 > > /run/current-system/profile/bin/xflock4 > > > > > > Albin > > Aha! > > Add (screen-locker-service xfce4-session "xflock4") to your services > in your guix config file. > > This means: > > (operating-system > ...... > (services (cons* (screen-locker-service xfce4-session "xflock4") > %desktop-services))) > > Or add it to an existing "services" entry. When I try to reconfigure with this I get: guix system: error: failed to load '/etc/config.scm': /etc/config.scm:56:19: In procedure #: /etc/config.scm:56:19: In procedure module-lookup: Unbound variable: xfce4-session