From: John Soo <jsoo1@asu.edu>
To: Fulbert <fulbert@bluewin.ch>
Cc: help-guix@gnu.org
Subject: Re: error setting console font in system.scm
Date: Sun, 14 Jun 2020 08:59:50 -0700 [thread overview]
Message-ID: <87d061d4eh.fsf@asu.edu> (raw)
In-Reply-To: <20200614155045.GA1605@bluewin.ch> (fulbert@bluewin.ch's message of "Sun, 14 Jun 2020 17:50:45 +0200")
Hi Fulbert,
Fulbert <fulbert@bluewin.ch> writes:
> For this to work though, I just had to correct a typo : add a `comma`
> (to _unquote_, if I'm not wrong) before the `(file-append …`.
> So, for reference :
> ----
> ;; At the top of the file
> (use-modules
> ...
> (ice-9 match))
>
> ;; Replace %desktop-services with this:
> (modify-services %desktop-services
> (console-font-service-type configuration =>
> (map
> (match-lambda
> (("tty3" . f)
> `("tty3" . ,(file-append
> font-terminus
> "/share/consolefonts/ter-128n.psf.gz")))
> ((tty . font) `(,tty . ,font))) configuration)))
> ----
Ah, good catch. HTH!
- John
next prev parent reply other threads:[~2020-06-14 16:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-13 14:32 error setting console font in system.scm Fulbert
2020-06-14 4:18 ` John Soo
2020-06-14 15:50 ` Fulbert
2020-06-14 15:59 ` John Soo [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-06-13 13:53 Fulbert
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=87d061d4eh.fsf@asu.edu \
--to=jsoo1@asu.edu \
--cc=fulbert@bluewin.ch \
--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.