gnome-panel problem

2006-05-15 Thread Simon Scheiwiller
Hello I just installed gnome 2.12. When I run gnome, I get an empty dialog box with the title "Question" and the gnome-panel icon. I can only force-quit it, and then gnome-panel quits and starts again, with a new empty dialog box. And as long as the box is open I can't do anything else. What

Re: detex

2006-05-15 Thread Uli Fahrenberg
Alexander E. Patrakov, May 15, 15:25 +0600: Uli Fahrenberg wrote: I'm trying to compile detex-2.7, I was able to compile it using the following commands: Thank you, this worked (had to change -ll to -lfl though because Gentoo doesn't install libl). Just for reference, here's a patch: -

Re: firefox cashes in file-open and file-save dialogs

2006-05-15 Thread Leo Peschier
I use the gtk file chooser in other applications and it works fine. That's just my experience. Leo, if I create a firefox wiki page, could you put this info there? That's OK. Leo. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.htm

Re: detex

2006-05-15 Thread Alexander E. Patrakov
Uli Fahrenberg wrote: I'm trying to compile detex-2.7, I was able to compile it using the following commands: sed -f states.sed detex.l > xxx.l lex xxx.l rm -f xxx.l mv lex.yy.c detex.c sed -i -e '1i#include' -e '/\]\]/d' detex.c cc -O -DNO_MALLOC_DECL -c -o detex.o detex.c cc -O -o detex