Jan <[email protected]> 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
