unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: "pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de>
Cc: 35541@debbugs.gnu.org
Subject: bug#35541: Installer does not add %base-packages
Date: Sat, 04 May 2019 16:54:23 +0200	[thread overview]
Message-ID: <87imuq2rts.fsf@gnu.org> (raw)
In-Reply-To: <20190504133219.kwwbhx36irce7ohk@pelzflorian.localdomain> (pelzflorian@pelzflorian.de's message of "Sat, 4 May 2019 15:32:19 +0200")

[-- Attachment #1: Type: text/plain, Size: 532 bytes --]

"pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> skribis:

> On Sat, May 04, 2019 at 02:40:30PM +0200, Ludovic Courtès wrote:
>> Please tell me what you think!
>> 
>
> It is a good text.  However, I find it more tragic that Xfce and MATE
> do not work than that these commands are missing until installed, but
> it depends on the audience I guess.

Yeah, but note that the Xfce failure is due to this bug (confirmed by
running ‘guix system vm desktop.tmpl’ with the attached patch.)

Thanks,
Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 968 bytes --]

diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl
index 3931bad60d..ff6e4e37dd 100644
--- a/gnu/system/examples/desktop.tmpl
+++ b/gnu/system/examples/desktop.tmpl
@@ -45,18 +45,14 @@
   (users (cons (user-account
                 (name "bob")
                 (comment "Alice's brother")
+                (password (crypt "foo" "$6$abc"))
                 (group "users")
                 (supplementary-groups '("wheel" "netdev"
                                         "audio" "video")))
                %base-user-accounts))
 
   ;; This is where we specify system-wide packages.
-  (packages (append (list
-                     ;; for HTTPS access
-                     nss-certs
-                     ;; for user mounts
-                     gvfs)
-                    %base-packages))
+  (packages '())
 
   ;; Add GNOME and Xfce---we can choose at the log-in screen
   ;; by clicking the gear.  Use the "desktop" services, which

  reply	other threads:[~2019-05-04 14:55 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-03  8:56 bug#35541: Installer does not add %base-packages pelzflorian (Florian Pelz)
2019-05-03 10:08 ` Ludovic Courtès
2019-05-03 10:26   ` Ricardo Wurmus
2019-05-03 11:59     ` Ludovic Courtès
2019-05-03 16:08       ` Timothy Sample
2019-05-03 18:42         ` Timothy Sample
2019-05-03 19:19         ` Ludovic Courtès
2019-05-03 20:39           ` Timothy Sample
2019-05-04 12:40       ` Ludovic Courtès
2019-05-04 13:32         ` pelzflorian (Florian Pelz)
2019-05-04 14:54           ` Ludovic Courtès [this message]
2019-05-04 15:03             ` pelzflorian (Florian Pelz)
2019-05-04 21:16               ` Ludovic Courtès
2019-05-04 16:49         ` Ricardo Wurmus
2019-05-03 10:30   ` Ludovic Courtès
2019-05-03 11:52 ` Ludovic Courtès

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=87imuq2rts.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=35541@debbugs.gnu.org \
    --cc=pelzflorian@pelzflorian.de \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).