On 31 Jul 2003 18:53:41 +0200 [EMAIL PROTECTED] (Fran�ois Pons) wrote: > "Frederic Crozat" <[EMAIL PROTECTED]> writes: > > > On Thu, 31 Jul 2003 18:26:03 +0000, Robert Fox wrote: > > > > > So I can't open any GTK based tool like rpmdrake because all the > > > text is missing. When I fire up Gnome fore the first time - it > > > comes up - but no text in the menus (just icons) > > > > DrakX bug.. francois ? > > Strange, testing so...
could the OP check the install logs? I get a similar thing when installing but in my case this is due to freetype2 being in plf volume which comes after cooker. So tons postin scripts fail due to missing freetype, resulting in no fonts in GTK apps. I run my own script right after first boot to rectify this. The script is pretty old (as old as plf freetype). I guess I should check which portions of it are still needed. [EMAIL PROTECTED] markd]$ cat /share/install/scripts/font-fix.sh #!/bin/bash # only needed when using plf's freetype /usr/bin/pango-querymodules > /etc/pango/pango.modules /usr/bin/gnome-font-install --smart /usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules fc-cache
