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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.