On Tue, Oct 06, 2009 at 12:16:17AM +0700, Antoine Martin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > Hi,
Hi, > When I build the Xvnc server using the build-xorg-7.4 script provided > the resulting binary looks for its fonts in the directory where it was > built: > Could not init font path element > /usr/src/tigervnc-1.0.0/unix/xorg.build/lib/X11/fonts/misc/, removing > from list! > [...] > And it fails to start. So to get it to run I had to: > sudo ln -sf /usr/share/fonts/X11 > /usr/src/tigervnc-1.0.0/unix/xorg.build/lib/X11/fonts You can use -fp <path> parameter instead of symlink. > Not pretty! > Is there a compile option that I can use? Yes, of course. Check --with-default-font-path and --with-fontdir configure options. You can find the best values for that parameters in your distribution Xorg build script. Regards, Adam -- Adam Tkac, Red Hat, Inc. ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Tigervnc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tigervnc-users
