Date: 01 Jul 2002 21:57:33 -0400 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Aidan Skinner <aidan@velvet.net> Cc: vegacap@i.com.ua, freebsd-gnome@freebsd.org Subject: Re: gnome-session segfault, gnome bug #84117 Message-ID: <1025575053.801.37.camel@gyros.marcuscom.com> In-Reply-To: <20020701181739.B25657@velvet.net> References: <1025332881.206.13.camel@vader> <1025499223.48597.55.camel@shumai.marcuscom.com> <20020701175418.A25657@velvet.net> <3D208CD9.71414BD3@FreeBSD.org> <20020701181739.B25657@velvet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2002-07-01 at 13:17, Aidan Skinner wrote: > On Mon, Jul 01, 2002 at 08:09:45PM +0300, Maxim Sobolev wrote > > > Most likely is that you either don't have standard scalable fonts > > installed, or those fonts aren't in your X-Server's FonthPath. Please > > check and let us know. > > [2002-07-01 18:13:39] aidan@kai:~ > # pkg_info | grep fontScalable > XFree86-fontScalable-4.2.0 XFree86-4 Scalable font files > [2002-07-01 18:13:57] aidan@kai:~ > # grep "FontPath" /etc/X11/XF86Config > FontPath "/usr/X11R6/lib/X11/fonts/misc/" > FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" > FontPath "/usr/X11R6/lib/X11/fonts/Type1/" > FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" > FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" > > I think this is all that's needed, or am I being dumb as usual? This is exactly what I have. What modules do you have loaded? I have: Section "Module" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "pex5" Load "record" Load "xie" Load "xtrap" Load "speedo" Load "bitmap" Load "freetype" Load "type1" EndSection You can always add the following line to gnomesession's Makefile: STRIP= Then build and install the port like: # make clean # env CFLAGS="-O -g -pipe" make install Then, launch X, but not GNOME, then from an xterm run gdb /path/to/gnome-session. Then, type "run" at the (gdb) prompt. When it crashes, you should be back at the (gdb) prompt, and you can type "bt" to get a back trace. Joe > > - Aidan > > -- > aidan@velvet.net http://www.velvet.net/~aidan/ aim:aidans42 > finger for pgp key fingerprint |- - - - - - - - - - - - - - - > 01AA 1594 2DB0 09E3 B850 | Take down the Union Jack > C2D0 9A2C 4CC9 3EC4 75E1 | it clashes with the sunset -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1025575053.801.37.camel>