Denis Kostousov wrote: > Hello, everyone! > > I need to use Courier font in konsole. > But I can't find it in the konsole font dialog. > > The font was installed correctly. > > $ grep 'Courier:style=Regular' /usr/share/fonts/ISO10646-1/75dpi/fonts.cache-1 |cut -d : -f 1-8 > "courR08.pcf" 0 "Courier:style=Regular:slant=0:weight=80:width=100:pixelsize=8:foundry=Adobe:antialias=False > "courR10.pcf" 0 "Courier:style=Regular:slant=0:weight=80:width=100:pixelsize=10:spacing=100:foundry=Adobe > "courR12.pcf" 0 "Courier:style=Regular:slant=0:weight=80:width=100:pixelsize=12:spacing=100:foundry=Adobe > "courR14.pcf" 0 "Courier:style=Regular:slant=0:weight=80:width=100:pixelsize=14:spacing=100:foundry=Adobe > "courR18.pcf" 0 "Courier:style=Regular:slant=0:weight=80:width=100:pixelsize=18:spacing=100:foundry=Adobe > "courR24.pcf" 0 "Courier:style=Regular:slant=0:weight=80:width=100:pixelsize=24:spacing=100:foundry=Adobe > > > $ cat ~/.fonts.conf > <?xml version="1.0"?> > <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> > <fontconfig> > <dir>~/.fonts</dir> Your file appears to be missing a list of system wide directories which would include: <dir>/usr/share/fonts</dir> > <match target="font" > After adding that directory, open a Konsole su - <enter password> fc-cache -v and see if this fixes it. -- JRT ___________________________________________________ . Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.