You are not logged in.
Hi,
I'm trying to run awesome on my fresh installation of Arch.
Everything seems to work properly except the text displayed by awesome:
https://i.ibb.co/jH1sbsx/image0-4030.jpg
As you can see, every character is displayed by numbers contained in a rectangle
I first though it was an issue with X11 but it doesn't seems to be the case since xterm can display text without any troubles (there is no text on the picture because the xterm window is over exposed)
Thanks for help
Mod Edit - Replaced oversized image with link.
CoC - Pasting pictures and code
Last edited by makosmos (2020-04-14 14:03:34)
Offline
Which fonts have you installed and how have you configured awesome to use them?
Jin, Jîyan, Azadî
Offline
I've installed terminus-font and all the fonts installed with the package xorg but I didn't configure anything about awesome, I've just copy paste the rc.lua into ~/.config/awesome/rc.lua since I've read that it worked out of the box
Last edited by makosmos (2020-04-14 13:11:45)
Offline
all the fonts installed with the package xorg
It's a group rather than a package and it only pulls in the X.Org 75 & 100 DPI bitmap fonts.
I've just copy paste the rc.lua into ~/.config/awesome/rc.lua
The default theme seems to call the sans alias, what is that on your system?
fc-match sansJin, Jîyan, Azadî
Offline
The command
fc-match sansreturned a font named Adobe something
I've fixed the text display issue by then installing the FreeSans font (gnu-free-fonts package),
Thanks a lot for your help Head_on_a_Stick !
Offline
This should likely be considered a packaging bug: awesome should depend on ttf-font.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline