for those of us with who want better (looking) konsole fonts do any of the
the following, you'll have to start a new konsole window to see the changes


1. copy /etc/fonts/fonts.conf to /etc/fonts/local.conf and add the following
line
2. <dir>/usr/lib/X11/fonts</dir>

should look like this

<dir>/usr/share/fonts</dir>
<dir>/usr/lib/X11/fonts</dir>
<dir>~/.fonts</dir>

3. then in konsole type fc-cache -rv

this seemed to also allow the font for users created after so somehow maybe
step 3 might be un-needed (maybe a restart would be necessary though)

*********************************or
********************************************
ln -s /usr/lib/X11/fonts ~/.fonts

to have it available for users created after do

ln -s /usr/lib/X11/fonts /etc/skel/.fonts

a change may also be needed in kdeglobals but i think its not totally
necessary an tobig might add it to next iso anyways
_______________________________________________
yoper-dev mailing list
[EMAIL PROTECTED]
https://morpheus.pingos.org/cgi-bin/mailman/listinfo/yoper-dev

Reply via email to