You are not logged in.
Today I installed and configured arch, installed the fonts noto-fonts ttf-dejavu, ttf-droid, ttf-liberation, ttf-ubuntu-font-family, noto-fonts-cjk, noto-fonts-emoji.
But I still see these strange question marks in the terminal, for example, with the systemctl status dhcpcd command:
https://i.imgur.com/XLZ8UBS.jpg
And in many other places, for example, when installing programs, they also appear. I have not used arch linux for a long time and I do not understand what happened at all
moderator edit -- replaced oversized image with link.
Pasting pictures and code
Last edited by 2ManyDogs (2022-10-12 15:19:46)
Offline
Output in code tags rather than an image of
locale
locale -a
localectl
fc-match monospace
Offline
Output in code tags rather than an image of
locale locale -a localectl fc-match monospace
Here everything is like a standard installation
locale:
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
locale -a:
C
C.UTF-8
en_US.utf8
POSIX
ru_RU.utf8
localectl:
System Locale: LANG=en_US.UTF-8
VC Keymap: n/a
X11 Layout: n/a
fc-match monospace:
NotoSansMono-Regular.ttf: "Noto Sans Mono" "Regular"
Offline
This is a locale issue for sure, the thing in front of "dhcpcd" would be U+25CF, "●"
The locale config looks fine, though.
tr '\0' '\n' < /proc/$$/environ | grep -E '(LC|LANG)'
tr '\0' '\n' < /proc/$PPID/environ | grep -E '(LC|LANG)'
Offline
Does your terminal emulator let you set a specific font which might be overriding the system monospace default?
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline