Re: gtk_init() crashes



Mohammed Sameer wrote:
Once upon a time Russell Shaw wrote @ Tue, 11 Mar 2003 21:33:10 +1100


Allin Cottrell wrote:

On Tue, 11 Mar 2003, Russell Shaw wrote:



I'm using XFree86 4.2.1 on debian 2.4.20.

I put these into /etc/X11/XftConfig, but it didn't work:

match any family == "sans"      edit family += "FreeSans";

Is "FreeSans" a font in good standing on your system?  With XFree
4.2.1 I believe the standard TrueType fonts are the Luxi series

match any family == "sans"              edit family += "Luxi Sans";

unless Debian has hacked this about.

Hi,
I deleted all the stuff in /usr/local/lib and installed the debian
gtk development packages, but still get the same error. I don't
have a font server running either. xfontsel shows "freesans", so

on my debian woody a "dpkg-reconfigure libpango1.0-common"
solved that before ;)
defoma is managing the file

Hi,
That didn't work either:
  russell main~: sudo dpkg-reconfigure libpango1.0-common
  Cleaning up font configuration of pango...
  Updating the modules list for Pango-1.0.0...done.

I tried reconfiguring all the other libpango packages.

/usr/share/doc/libpango-common/README.Debian
talks about /etc/pango/pangox.aliases, but i didn't get
that file. I've only got /etc/pango/pango.modules

This is what i got in /etc/defoma/config/pango.conf:

------------------------------------------------------------
## Defoma configuration file for Pango

## @UNSUPPORTED_XLFD are the lists of XLFD which is not supported by defoma.
## this value will avoid when supported XLFD may be not enough.
##
## family(case sensitive)-style-variant-weight-stretch => XLFDs
%UNSUPPORTED_XLFD = (
  "sans-normal-normal-normal-normal" =>
    "-*-helvetica-medium-r-normal--*-*-*-*-*-*-*-*",
  "sans-italic-normal-normal-normal" =>
    "-*-helvetica-medium-o-normal--*-*-*-*-*-*-*-*",
  "sans-normal-normal-bold-normal" =>
    "-*-helvetica-bold-r-normal--*-*-*-*-*-*-*-*",
  "sans-italic-normal-bold-normal" =>
    "-*-helvetica-bold-o-normal--*-*-*-*-*-*-*-*",
  "serif-normal-normal-normal-normal" =>
    "-*-times-medium-r-normal--*-*-*-*-*-*-*-*",
  "serif-italic-normal-normal-normal" =>
    "-*-times-medium-i-normal--*-*-*-*-*-*-*-*",
  "serif-normal-normal-bold-normal" =>
    "-*-times-bold-r-normal--*-*-*-*-*-*-*-*",
  "serif-italic-normal-bold-normal" =>
    "-*-times-bold-i-normal--*-*-*-*-*-*-*-*",
#  "monospace-normal-normal-normal-normal" =>
#    "",
#  "monospace-italic-normal-normal-normal" =>
#    "",
#  "monospace-normal-normal-bold-normal" =>
#    "",
#  "monospace-italic-normal-bold-normal" =>
#    "",
);

## require this. do not delete.
1;




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]