Re: Opera 7.11 kann XftConfig nicht finden

From: Oliver Fromme <olli(at)secnetix.de>
Date: Sat, 21 Jun 2003 11:56:36 +0200 (CEST)

K.André Braselmann <bsd(at)clx.net> wrote:
> cannot open file "/usr/X11R6/lib/X11/XftConfig"
> Segmentation fault (core dumped)
>
> Die Datei ist nicht vorhanden. Aber warum ist sie weggekommen?
> Deinstall und neues Install haben nichts gebracht.

Bei mir ist sie vorhanden und gehört zum Package
XFree86-libraries-4.2.1_3. Wer oder was sie bei
Dir gelöscht hat, kann ich nicht sagen.

Da sie nicht allzu groß ist, habe ich sie einfach
mal eingefügt:

<schnippel>
# $XFree86: xc/lib/Xft/XftConfig.cpp,v 1.8 2001/11/21 23:41:12 keithp Exp $

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

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

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

#
# Use Luxi fonts for default faces
#
match any family == "serif" edit family += "Luxi Serif";
match any family == "sans" edit family += "Luxi Sans";
match any family == "mono" edit family += "Luxi Mono";

#
# 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";

#
# Alias older name for Luxi fonts
#
match any family == "LuciduxSerif" edit family += "Luxi Serif";
match any family == "Lucidux Serif" edit family += "Luxi Serif";

match any family == "LuciduxSans" edit family += "Luxi Sans";
match any family == "Lucidux Sans" edit family += "Luxi Sans";

match any family == "LuciduxMono" edit family += "Luxi Mono";
match any family == "Lucidux Mono" edit family += "Luxi Mono";
</schnippel>

Gruß
   Olli

-- 
Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.
"Clear perl code is better than unclear awk code; but NOTHING
comes close to unclear perl code"  (taken from comp.lang.awk FAQ)
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Sat 21 Jun 2003 - 11:56:40 CEST

search this site