help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trying to install Guix System on a nonfree computer, the system frez


From: Ricardo Wurmus
Subject: Re: Trying to install Guix System on a nonfree computer, the system frezees at booting, bug?
Date: Tue, 23 Jul 2019 13:12:42 +0200
User-agent: mu4e 1.2.0; emacs 26.2

Jan <address@hidden> writes:

> Sorry, I sent private messages and for sending the email in
> HTML earlier, I didn't completely figure it out how these mailing lists
> work, please forgive me. Hope this one will be visible on the list.
>
>>which must be changed to
>
>>(services (cons* (gnome-desktop-service)
>>                 (service slim-service-type (slim-configuration
>>                                             (display ":0")
>>                                             (vt "vt7")))
>>                 (service slim-service-type (slim-configuration
>>                                             (display ":1")
>>                                             (vt "vt8")))
>>                 (remove (lambda (service)
>>                           (eq? (service-kind service)
>>gdm-service-type)) %desktop-services)))
>
> I've actually tried this one too, but it didn't work - it complained
> about a bad field, but didn't give me *any* information about where
> in the code the error is.

Can you show us the actual error message please?

You have *two* instances of the slim-service-type, but this is not
supported.

--
Ricardo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]