After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 83871 - Crash when there aren't ttf fonts
Crash when there aren't ttf fonts
Status: RESOLVED DUPLICATE of bug 86150
Product: pango
Classification: Platform
Component: general
1.0.x
Other Linux
: Low blocker
: future
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2002-06-02 10:09 UTC by Pier Luigi Fiorini
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0


Attachments
Debugging informations of nautilus 1.1.18 (10.16 KB, text/plain)
2002-06-02 10:11 UTC, Pier Luigi Fiorini
Details
Debian default XftConfig (796 bytes, text/plain)
2002-06-03 16:49 UTC, Pier Luigi Fiorini
Details

Description Pier Luigi Fiorini 2002-06-02 10:09:04 UTC
Some applications (I tried nautilus 1.1.18 and gnome-session 1.5.20) crash
on startup when there aren't ttf fonts.
I was set GDK_USE_XFT=0 but Pango required these fonts.
I resolved this problem installing M$ ttf fonts.
Comment 1 Pier Luigi Fiorini 2002-06-02 10:11:17 UTC
Created attachment 8942 [details]
Debugging informations of nautilus 1.1.18
Comment 2 Owen Taylor 2002-06-03 16:15:20 UTC
Nothing should require TrueType fonts; the commonly present
URW Type1 fonts (or even the fonts that come with X11R6) should
work OK.

Maybe you made some changes to your XftConfig file at the
same time as you added the TrueType fonts?
Comment 3 Pier Luigi Fiorini 2002-06-03 16:47:46 UTC
Nope.
I installed the X4.1.0-17 pkgs of sid, and I don't have touched the
XftConfig.
I changed the XftConfig _after_ I was able to use GNOME properly.
The only fonts that were installed are xfonts-75dpi,
xfonts-75dpi-transcoded (for euro), xfonts-base, xfonts-base-transcoded.
Comment 4 Pier Luigi Fiorini 2002-06-03 16:49:33 UTC
Created attachment 8964 [details]
Debian default XftConfig
Comment 5 Pier Luigi Fiorini 2002-06-03 16:55:16 UTC
Sorry, this is my current XftConfig, I added only:
match any family == "sans"		edit family += "tahoma";
match any family == "tahoma"		edit family =+ "sans";

And some paths, the default has only the Type1 and TrueType
directories (but I commented the TrueType).
I also forgot to mention type1 fonts in previous comment.

I am very, very sorry (hurry)-: 
Comment 6 Owen Taylor 2002-06-03 16:59:05 UTC
So, you had no Type1 or TrueType fonts installed _at all_
before making your changes?
Comment 7 Owen Taylor 2002-06-12 15:22:34 UTC
Please reopen if you add more information.
Comment 8 Pier Luigi Fiorini 2002-06-12 17:47:57 UTC
I had no Type1 or TrueType fonts.
I found my original XftConfig:

# $XFree86: xc/lib/Xft/XftConfig.cpp,v 1.5 2000/12/14 23:03:53 keithp
Exp $

#dir "/usr/X11R6/lib/X11/fonts/Type1"
#dir "/usr/X11R6/lib/X11/fonts/TrueType"

#
# alias 'fixed' for 'mono'
#
match any family == "fixed"		edit family =+ "mono";

#
# Check users config file
#
includeif
"~/.xftconfig"

#
# Alias between XLFD families and font file family name, prefer local
# fonts
#
match any family == "charter"		edit family += "bitstream charter";
match any family == "bitstream charter" edit family =+ "charter";
Comment 9 Owen Taylor 2002-06-12 18:12:27 UTC
This is similar to bug 65109 since the only possible
solution would be the same thing .... to ship some font
with Pango to act as a fallback when all else fails.
Comment 10 Pier Luigi Fiorini 2002-06-12 18:18:54 UTC
I agree.
But these fonts should be TrueType and beautiful :))
Comment 11 Owen Taylor 2003-09-03 14:20:06 UTC

*** This bug has been marked as a duplicate of 86150 ***