Next Previous Contents


4. Questions and Answers

4.1 Scribus won't start, complaining about No Fonts

Answer from Christian Töpp:

  1. Make sure that /usr/X11/lib/X11/fonts/Type1 or similar exist.

  2. If it exists, but xset -q doesn't list the path to the Type1 directory add this path to the XF86Config

  3. Make sure that XF86Config contains in the Section Modules an entry Load Type1

  4. Restart X.

  5. Verify with xset -q that the Type1 path is recognized by X.

    If this is all true, but Scribus won't start, do the following:

    1) Create a textfile containing your Fontpaths.

    e.g:

    /usr/share/fonts/Type1,
    /usr/X11/lib/X11/fonts/Type1

    2) Save this file as .scribusfont.rc in your home directory.


Next Previous Contents