On Tue, Sep 8, 2020 at 8:36 AM None via users <users@xxxxxxxxxxxxxxxxxxxxxxx> wrote: > [olivares@localhost ~]$ rpm -qa | grep 'xorg-x11-fonts' > xorg-x11-fonts-misc-7.5-24.fc32.noarch > xorg-x11-fonts-Type1-7.5-24.fc32.noarch > xorg-x11-fonts-ISO8859-1-100dpi-7.5-24.fc32.noarch > [olivares@localhost ~]$ Then you'll have to change connectionFont to some font that you do have. What you have now is something like this (using a wildcard, because I don't know what should go there): *connectionFont: -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-iso8859-1 You'll need to determine which font you want to use. The xorg-x11-apps package contains xfontsel, which can help you determine a font string to use. You might want to start by replacing the "iso8859-1" part with wildcards, i.e., *connectionFont: -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-* Once you've got the font string you want, add it to your ~/.Xresources or ~/.Xdefaults file. Wow, I haven't had to do any of this for years. My memory is a little hazy, but I think that's approximately what needs to be done. :-) -- Jerry James http://www.jamezone.org/ _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx