From: Leo Famulari <leo@famulari.name>
To: znavko <znavko@protonmail.com>
Cc: "help-guix@gnu.org" <help-guix@gnu.org>
Subject: Re: LXDE desktop in config.scm
Date: Tue, 18 Sep 2018 17:48:53 -0400 [thread overview]
Message-ID: <20180918214853.GA32214@jasmine.lan> (raw)
In-Reply-To: <X5dPdMF9DshBnCZcSGuIqR-VBwWPCd-nbh1iQVDrZVAng_7WVliDXBTI5v82-4_ycrkGaKWPwZvHvdL-p47OjAG-YMhbPLjmURjx0_KgTU0=@protonmail.com>
[-- Attachment #1: Type: text/plain, Size: 1321 bytes --]
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...
>
> ;; 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))
... and, unless you want to use XFCE, change that to (services
%desktop-services)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2018-09-18 21:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-18 16:58 LXDE desktop in config.scm znavko
2018-09-18 21:48 ` Leo Famulari [this message]
2018-09-19 8:06 ` Nils Gillmann
2018-09-19 8:37 ` Nils Gillmann
2018-09-19 20:54 ` znavko
2018-09-23 16:26 ` Nils Gillmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180918214853.GA32214@jasmine.lan \
--to=leo@famulari.name \
--cc=help-guix@gnu.org \
--cc=znavko@protonmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).