Hi guys !
So today I saw that all my packages were updating to the packages we have in -current. Everything went well except for rxvt-unicode which is not working anymore for me
Here is what I have in my system actually :
And :
It was working like a charm before the update, I don't understand what's wrong, why does it look for this font ? I don't even use it !
So today I saw that all my packages were updating to the packages we have in -current. Everything went well except for rxvt-unicode which is not working anymore for me

Code:
$ urxvt
urxvt: -xos4-terminus-bold-r-normal--24-240-72-72-c-120-ibm-cp437: cannot deduce encoding from registry/encoding properties "IBM-CP437", ignoring font.
urxvt: -xos4-terminus-bold-r-normal--24-240-72-72-c-120-ibm-cp437: cannot deduce encoding from font name property "IBM-CP437", ignoring font.
urxvt: unable to load base fontset, please specify a valid one using -fn, aborting.
Here is what I have in my system actually :
Code:
$ cat /usr/local/etc/X11/xorg.conf
Section "Device"
Identifier "GTX 765m"
Driver "nvidia"
Option "NoLogo" "true"
EndSection
Section "Files"
FontPath "/usr/local/share/fonts/terminus-font"
EndSection
And :
Code:
$ cat /home/Adrien2002/.config/i3/.Xresources
URxvt*.background: black
URxvt*.foreground: white
URxvt*.transparent: true
URxvt*.shading: 50
URxvt*.scrollBar: false
URxvt*.font: -*-terminus-*-*-*-*-24-*-*-*-*-*-*-*
It was working like a charm before the update, I don't understand what's wrong, why does it look for this font ? I don't even use it !
