From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: LXDE desktop in config.scm Date: Tue, 18 Sep 2018 17:48:53 -0400 Message-ID: <20180918214853.GA32214@jasmine.lan> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g2Nrg-0001wT-Vx for help-guix@gnu.org; Tue, 18 Sep 2018 17:49:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g2Nrd-000638-Q7 for help-guix@gnu.org; Tue, 18 Sep 2018 17:49:00 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:56653) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g2Nrd-0005eT-IE for help-guix@gnu.org; Tue, 18 Sep 2018 17:48:57 -0400 Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: znavko Cc: "help-guix@gnu.org" --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 18, 2018 at 04:58:52PM +0000, znavko wrote: > Here are presented only xfce-desktop-service, gnome-desktop-service, mate= -desktop-service, but no lxde. These services, which provide desktop using XFCE, GNOME, and MATE, are defined in the file 'gnu/services/desktop.scm': https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/services/desktop.scm Currently, we don't have a desktop service for LXDE. Maybe a service is not required? It's possible to use i3 without a desktop service. One just adds 'i3-wm' to the 'packages' field of their config.scm and it will be available at the login screen. > ;; This is where we specify system-wide packages. > (packages (cons* nss-certs ;for HTTPS access > gvfs ;for user mounts > gedit > icecat > %base-packages)) You could try adding lxde to that list... >=20 > ;; Add GNOME and/or Xfce---we can choose at the log-in > ;; screen with F1. Use the "desktop" services, which > ;; include the X11 log-in service, networking with > ;; NetworkManager, and more. > (services (cons* (xfce-desktop-service) > %desktop-services)) =2E.. and, unless you want to use XFCE, change that to (services %desktop-services) --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAluhcsIACgkQJkb6MLrK fwgL6g/+P/sqT5mUn/DV1D7QHc73kzJSaAQPbxxYdjG9Yhy9WkDtFeQCLcfkvm5n tS8Nx4Ln/5pIokx0zV6g4uiyIJ0XphD1XYQX3xVx19V1rQ3lmHPQdp2XBeSCkQil 50QYC+Nmd/cVUXi7vZbhgoWLOcujqIARD8w+BB+TLMn0h0zCJRp9t81r8h6jkBxs eTdlmDYve51rWA34VeMc/pY1RpRmT5CcNPAJo/Z/CcdRi9SHuTY4QPVhKYZUjzJW 0Cau1hw29F19TO1rglD5CRBJiEu0HNM+uieycdroi5moqqi9YfEao4K3sBgk0Zbl aRcmg9oRO5RK9HLrfDjONtLgH56XSpey/rYVs/M8JxOtDz0UIQauVmJe0f+m34hp VB70RYHehdstCDCVSJdlAnG1zDX2l7BQ9qvMdFuNznnsRnGjPn66D2sRDmJymw9a syBTqXIbMm5qhaei3g6j2lj8YZcR+Fnzt1HIlVwVcTDw5HENgOjXSLIftdhPXuNx s6q9S3i9gzcV5iQfC0uyD0ePVKhrWQKpYbsQK9csDjDXXGMB1zd7X0mvgN9UZWSp LEzdwBAbDb4qQ166SzNOe20sSNIAQ9uMmiAIemTWuUNPxT9jF/uwhUkEnZ5JIwUo RO8PQRrO9kbsWRnsTVv4hkPdX1/ndc88AnddnmFj+at5eMGXiT4= =HH+p -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK--