From b8afacf1f28ac27321feb9b92bd50dd8961b7736 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 6 Mar 2012 00:01:33 +0000 Subject: Tue Mar 6 00:01:33 UTC 2012 --- community/tightvnc/tightvnc-fontpath-xcolors.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/tightvnc/tightvnc-fontpath-xcolors.patch (limited to 'community/tightvnc/tightvnc-fontpath-xcolors.patch') diff --git a/community/tightvnc/tightvnc-fontpath-xcolors.patch b/community/tightvnc/tightvnc-fontpath-xcolors.patch new file mode 100644 index 000000000..10bc4b596 --- /dev/null +++ b/community/tightvnc/tightvnc-fontpath-xcolors.patch @@ -0,0 +1,13 @@ +diff -urN vnc_unixsrc/vncserver vnc_unixsrc.fixed/vncserver +--- vnc_unixsrc/vncserver 2009-02-11 23:27:18.000000000 -0500 ++++ vnc_unixsrc.fixed/vncserver 2009-04-23 21:46:46.000000000 -0400 +@@ -34,7 +34,8 @@ + $desktopName = "X"; + $vncClasses = "/usr/local/vnc/classes"; + $vncUserDir = "$ENV{HOME}/.vnc"; +-$fontPath = "unix/:7100"; ++$fontPath = "/usr/share/fonts/misc/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/Type1/"; ++$colorPath = "/usr/share/X11/rgb"; + $authType = "-rfbauth $vncUserDir/passwd"; + + # Read configuration from the system-wide and user files if present. -- cgit v1.2.3-54-g00ecf