Scribus
From DeskTux
Scribus is a free DTP program for (amongst others) Linux. On Debian systems it can happen that you get an error message about missing fonts when starting Scribus for the first time. The exact error message is: There are no suitable Fonts on your System. Exiting now.
To solve that issue, you should install the packages "xfonts-scalable" and "gsfonts-x11":
# apt-get install xfonts-scalable gsfonts-x11
To really get all fonts on your system you also should create the file ~/.scribus/scribusfont.rc and fill it with this content:
/usr/share/fonts /usr/share/fonts/truetype /usr/share/fonts/truetype/ttf-bitstream-vera /usr/share/fonts/truetype/freefont /usr/share/fonts/truetype/openoffice /usr/share/fonts/truetype/baekmuk /usr/share/fonts/truetype/dustin /usr/share/fonts/truetype/latex-xft-fonts /usr/share/fonts/truetype/larabie-straight /usr/share/fonts/truetype/larabie-deco /usr/share/fonts/truetype/msttcorefonts /usr/share/fonts/truetype/larabie-uncommon /usr/share/fonts/truetype/ttf-xfree86-nonfree /usr/share/fonts/type1 /usr/share/fonts/type1/gsfonts /usr/share/fonts/type1/t1-xfree86-nonfree /usr/share/fonts/bitmap /usr/share/fonts/bitmap/terminus /usr/share/fonts/wine
Your font paths may vary but on my system (and others) this works perfectly.