hawk wrote:
> 
> > hawk> Also, I removed the 100dpi fonts the other day when I was
> > hawk> scrounging for compile space. If anywone speaks debian, this may
> > hawk> help:
> 
> > And are things different if you re-enable them?
> 
> They don't seem to be different, no.
> 
> (gdb) run
> Starting program: /usr/local/bin/lyx
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0x8305475 in ?? ()
> (gdb) fram 3
> 
> f#3  0x80d9057 in LyXGUI::init (this=0x82ff360) at lyx_gui.C:201
> 201             int bold = fl_set_font_name(FL_BOLD_STYLE, boldfontname.c_str());
> (gdb) list
> 196                     // "?" means "scale that font"
> 197             string fontname = lyxrc.popup_font_name
> 198                                    + "-*-*-*-?-*-*-*-*-"
> 199                                    + lyxrc.font_norm_menu;
> 200
> 201             int bold = fl_set_font_name(FL_BOLD_STYLE, boldfontname.c_str());
> 202             int normal = fl_set_font_name(FL_NORMAL_STYLE, fontname.c_str());
> 203             if (bold < 0)
> r204                    lyxerr << "Could not set menu font to "
> 205                            << boldfontname << endl;
> (gdb) show boldfontname
> Undefined show command: "boldfontname".  Try "help show".
> (gdb)
> Undefined show command: "boldfontname".  Try "help show".
> (gdb) frame 3
> #3  0x80d9057 in LyXGUI::init (this=0x82ff360) at lyx_gui.C:201
> 201             int bold = fl_set_font_name(FL_BOLD_STYLE, boldfontname.c_str());
> (gdb) print boldfontname
> $1 = {static npos = 4294967295, static nilRep = {len = 0, res = 0, ref = 1145,
>     selfish = false},
>       dat = 0x830ada0 "-*-helvetica-bold-r-*-*-*-?-*-*-*-*-iso8859-1"}
> 
> hawk, the lyxless
> 
> btw, export from the command line seems to work fine.
Are you sure you got your 100dpi fonts reinstalled correctly and you
probably needed to kill and restart X with a proper XF86Config if
perchance you changed that also.
been there.
Garst

Reply via email to