Re: Xorg & FontPath
Hartmut Figge <[email protected]>
| Newsgroups | gmane.linux.gentoo.user.german |
|---|---|
| Organization | O:-) |
| Message-ID | <[email protected]> |
Simon Braunstein:
>Ich vermute Änderungen über xset, werden keinen Niederschlag in
>Xorg.0.log finden. Mit xset q kannst du nachschauen ob sich etwas am
>FontPath geändert hat.
Ich habe jetzt einen brauchbaren Weg gefunden.
----- ~/.bashrc -----
if [ $TERM != "linux" ]; then
xset fp default
for path in /usr/share/fonts/*; do
if [ -f $path/fonts.dir ]; then
xset +fp $path
fi
done
fi
---------------
Vorläufig lasse ich es mal so. Nochmal Danke.
Hartmut