unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Taiju HIGASHI <higashi@taiju.info>
To: 白い熊 <help-guix_gnu.org@sumou.com>
Cc: help-guix@gnu.org
Subject: Re: Japanese / CJK characters don't display properly on gdm login
Date: Mon, 16 May 2022 16:56:37 +0900	[thread overview]
Message-ID: <87o7zx52ru.fsf@taiju.info> (raw)
In-Reply-To: <fb4ed0da5eb4769112592ff90b2bac5e@sumou.com> ("白い熊"'s message of "Sun, 15 May 2022 19:00:50 +0200")

Hi Shirokuma,

I had the same problem and was told on IRC how to solve it.

https://logs.guix.gnu.org/guix/2022-04-09.log#174359
https://libera.ems.host/_matrix/media/r0/download/libera.chat/dfe983ed94014beb4dc69a556d38bfee6d84b1e5

It may be necessary to recreate the font cache after taking the above
actions.

For reproducibility, I have added the following settings to the service
config.

(operating-system
  (services
   (append
       (list ...
             (extra-special-file "/var/lib/gdm/.config/fontconfig/fonts.conf"
                                 (plain-file "gdm-fonts.conf"
                                             "<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
  <dir>/run/current-system/profile/share/fonts/</dir>
</fontconfig>
")))
       %desktop-services))
...

(Sorry, I forgot to add CC, so I resent it.)

- taiju


      reply	other threads:[~2022-05-16  7:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-15 17:00 Japanese / CJK characters don't display properly on gdm login 白い熊
2022-05-16  7:56 ` Taiju HIGASHI [this message]

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87o7zx52ru.fsf@taiju.info \
    --to=higashi@taiju.info \
    --cc=help-guix@gnu.org \
    --cc=help-guix_gnu.org@sumou.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).