Pierre THIERRY <[EMAIL PROTECTED]> writes: > Scribit Matej Vela dies 04/11/2005 hora 15:14: >> > Yes. I join the strace output. >> Hmm, it reads stuff from the X server and dies. Can you do a gdb >> backtrace? > > Here's the backtrace of the unstripped version: [...]
Hmm, perhaps the splash window is too small for your fonts. Try this patch: --- /usr/share/xconq/tkconq.tcl.orig 2005-11-04 15:05:32.000000000 +0100 +++ /usr/share/xconq/tkconq.tcl 2005-11-04 16:44:27.000000000 +0100 @@ -236,7 +236,7 @@ toplevel .newgame wm title .newgame "Xconq Welcome" - frame .newgame.top -width 400 -height 320 + frame .newgame.top -width 600 -height 480 if { $debug } { .newgame.top config -bg green } Thanks for your patience, Matej -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]