over to gentoo installation. (I'm saying this to show that my font configuration file actually works so the problem is probably installing the fonts)
I try to run urxvt and it gives me error:
Code: Select all
urxvt: unable to load base fontset, please specify a valid one using -fn, aborting.These lines are in my .Xdefaults
Code: Select all
URxvt.font:xft:Bitstream Vera Sans Mono Nerd Font:pixelsize=14, \
xft:Fura Mono Nerd Font:pixelsize=14, \
xft:Go Mono Nerd Font:pixelsize=16, \
xft:Cousine Nerd Font:pixelsize=16, \
xft:Roboto Mono:pixelsize=16, \
xft:Space Mono Nerd Edit:pixelsize=16, \
xft:Sauce Code Nerd Font:pixelsize=16, \
xft:3270 Nerd Font:pixelsize=16
I downloaded the repository of Nerd Fonts from here https://github.com/ryanoasis/nerd-fonts ... l-manually
Ran the install script as root and using the -S parameter which tells it to install the fonts system wide.
Tried to run urxvt with the above configuration (I did a restart just in case) and urxvt still refuses to run.
Nerd-Fonts script installs the fonts at
Code: Select all
/usr/local/share/fonts Code: Select all
/usr/share/fonts I ran cf-list to see if it finds the fonts and i get
Code: Select all
/usr/share/fonts/NerdFonts/Bitstream Vera Sans Mono Nerd Font Complete Mono.ttf: BitstreamVeraSansMono Nerd Font Mono:style=Roman
If someone could help me out with this I would really appreciate it.
I guess the real question here is how do you install fonts in gentoo or linux in general.
EDIT
As it says in this reddit thread https://www.reddit.com/r/unixporn/comme ... rxvt_font/
I had to compile urxvt with xft use flag.
Guess this is the suffering of new gentoo users.
