Adam Tkac wrote: >> 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
The included 1.0.0 vncserver script should take care of this. It checks for the existence of a font server and, if present, uses the font server. Otherwise, it builds a default font path using several known locations, including /usr/share/fonts/X11. Embedding a font path into Xvnc isn't really a good solution, as it's usually not going to be the right path for any machine except the one on which you built Xvnc. ------------------------------------------------------------------------------ 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
