all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Guy fleury <hoonandon@gmail.com>
To: help-guix@gnu.org
Subject: MATE on gdm
Date: Mon, 1 Apr 2019 14:45:17 +0200	[thread overview]
Message-ID: <CAOYpmvoUB8Y0eoDVjxj=2WqfkqPsA+ZNXxr-asmfN=Z89UeOjQ@mail.gmail.com> (raw)
In-Reply-To: <CAOYpmvpCcd8Esv+kH8d2KJ+KtXW59Hs7gON-X6Z9UXrwaVjFcQ@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1664 bytes --]

hi guix,

i'm trying to build this attached system config with both gnome desktop and
mate desktop(i changed nothing except where are gnome to mate). At the end
I get this error:
==================================================
To complete the upgrade, run 'herd restart SERVICE' to stop,
upgrade, and restart each service that was not automatically restarted.
shepherd: Evaluating user expression (let* ((services (map primitive-load
(?))) # ?) ?).
guix system: error: exception caught while executing 'start' on service
'user-homes':
Throw to key `match-error' with args `("match" "no matching pattern"
"#<<user-account> name: \"root\" password: \"\" uid: 0 group: \"root\"
supplementary-groups: () comment: \"System administrator\" home-directory:
#<procedure home-directory (x)> create-home-directory?: #t shell:
\"/gnu/store/qn1ax1fkj16x280m1rv7mcimfmn9l2pf-bash-4.4.23/bin/bash\"
system?: #f>")'.
bootloader successfully installed on '/dev/sda'
===============================================
but i continue with "guix system reconfigure"
gnome boot without problem but for  mate  when i try to enter password in
the gdm interface i redirected to this interface(see attached picture) i
can't then do anything (keyboard doesn't listen).

the reason i attempt to build both gnome and mate is that i have finished
to update mate  desktop to 1.22 and i was thinking that it is a bug due to
my change so i used the version 1.8 wich is the current
and i get the same result .

i think that:
* my config is wrong see above error(but gnome work).
* or the recent use of gdm doesn't yet be tested for mate(someone to test?)

sorry for my bad English!

Please help!

[-- Attachment #1.2: Type: text/html, Size: 2002 bytes --]

[-- Attachment #2: config.scm --]
[-- Type: text/x-scheme, Size: 1433 bytes --]

;; This is an operating system configuration template
(use-modules (gnu)
	     (gnu system nss))
(use-service-modules desktop)
(use-package-modules certs mate)

(operating-system
  (host-name "guixSd")
  (timezone "Europe/Paris")
  (locale "fr_FR.utf8")

  (bootloader (bootloader-configuration
                (bootloader grub-bootloader)
                (target "/dev/sda")))

  (file-systems (cons (file-system
                        (device (file-system-label "my-root"))
                        (mount-point "/")
                        (type "ext4"))
                      %base-file-systems))

  (users (cons (user-account
                (name "guy")
                (comment "brother")
                (group "users")
                (supplementary-groups '("wheel" "netdev"
                                        "audio" "video"))
                (home-directory "/home/guy"))
               %base-user-accounts))

  ;; This is where we specify system-wide packages.
  (packages (cons* nss-certs         ;for HTTPS access
                   ;gvfs              ;for user mounts
                   %base-packages))

  (services (cons*                               
                    (service mate-desktop-service-type)
                   ;(service account-service-type)
                   %desktop-services))

  ;; Allow resolution of '.local' host names with mDNS.
  (name-service-switch %mdns-host-lookup-nss))       

[-- Attachment #3: CAM04643.jpg --]
[-- Type: image/jpeg, Size: 1034240 bytes --]

       reply	other threads:[~2019-04-01 12:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAOYpmvpCcd8Esv+kH8d2KJ+KtXW59Hs7gON-X6Z9UXrwaVjFcQ@mail.gmail.com>
2019-04-01 12:45 ` Guy fleury [this message]
2019-04-01 20:15   ` MATE on gdm Ludovic Courtès
2019-04-01 20:39     ` Guy fleury
2019-04-03 16:27       ` Ludovic Courtès
2019-04-03 19:16         ` Guy fleury

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAOYpmvoUB8Y0eoDVjxj=2WqfkqPsA+ZNXxr-asmfN=Z89UeOjQ@mail.gmail.com' \
    --to=hoonandon@gmail.com \
    --cc=help-guix@gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.