From: John Soo <jsoo1@asu.edu>
To: Mathieu Othacehe <m.othacehe@gmail.com>
Cc: help-guix@gnu.org
Subject: Re: Has anyone ever used kmscon successfully
Date: Sun, 16 Dec 2018 05:13:00 -0800 [thread overview]
Message-ID: <59C71A7F-EE8C-46F0-AA17-05E9B3FC562B@asu.edu> (raw)
In-Reply-To: <87k1k9oj5q.fsf@gmail.com>
Thanks!
I have a lot to learn about services! Seems nice so far. Do you know if there will be any more development on kmscon or is it only in maintenance?
Works like a charm.
- John
> On Dec 16, 2018, at 2:33 AM, Mathieu Othacehe <m.othacehe@gmail.com> wrote:
>
>
> Hi John,
>
> I built the new GuixSD installer upon kmscon. It works pretty well and
> is a good alternative to raw linux VT's in my opinion.
>
>> (modify-services
>> %desktop-services
>> ('kmscon c => (kmscon-configuration (virtual-terminal "tty8"))))))
>
> modify-services implies that there's already a kmscon service in
> %desktop-services, which is not the case. Plus 'kmscon is not a proper
> service type.
>
> You might prefer to write something like (not tested):
>
> --8<---------------cut here---------------start------------->8---
> (cons* (service kmscon-service-type
> (kmscon-configuration
> (virtual-terminal "tty8")))
> %desktop-services)
> --8<---------------cut here---------------end--------------->8---
>
> Mathieu
next prev parent reply other threads:[~2018-12-16 13:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-16 5:54 Has anyone ever used kmscon successfully John Soo
2018-12-16 10:33 ` Mathieu Othacehe
2018-12-16 13:13 ` John Soo [this message]
2018-12-17 4:26 ` Mathieu Othacehe
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=59C71A7F-EE8C-46F0-AA17-05E9B3FC562B@asu.edu \
--to=jsoo1@asu.edu \
--cc=help-guix@gnu.org \
--cc=m.othacehe@gmail.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.
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.