From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#23286: Unable to unlock xscreensaver in Xfce Date: Fri, 20 May 2016 20:28:48 +0200 Message-ID: <20160520202848.460abd5d@scratchpost.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> <20160520222201.7b52e715@fripost.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]:42692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3pAW-0000Th-87 for bug-guix@gnu.org; Fri, 20 May 2016 14:29:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3pAU-0005ao-5D for bug-guix@gnu.org; Fri, 20 May 2016 14:29:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46987) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3pAU-0005aj-2G for bug-guix@gnu.org; Fri, 20 May 2016 14:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1b3pAT-0007Mi-RJ for bug-guix@gnu.org; Fri, 20 May 2016 14:29:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160520222201.7b52e715@fripost.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: Albin Cc: 23286@debbugs.gnu.org On Fri, 20 May 2016 22:22:01 +0200 Albin wrote: > 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 > > > > 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 Extend use-package-modules so that it contains xfce: (use-package-modules xfce .....) If you have no "use-package-modules" form, it's supposed to go at the toplevel. >Do you mean as a replacement for "screen-locker-service xscreensaver" or an additional service? I don't think it makes a difference. It should support multiple instances just fine.