summaryrefslogtreecommitdiffstats
path: root/abs/extra/tightvnc/tightvnc-fontpath-xcolors.patch
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2010-09-05 06:13:57 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2010-09-05 06:13:57 (GMT)
commitb172f79fadb565ecfbcec9508f9377d8618a4f4c (patch)
treebf8823b07e3313c3afa000a9b31e4f9a735cb818 /abs/extra/tightvnc/tightvnc-fontpath-xcolors.patch
parentf9d54ab7c3853208484e304bc6cf40ab0f79d400 (diff)
parent5e7027c6194237ca1dc5fcbb3648483a970fb500 (diff)
downloadlinhes_pkgbuild-b172f79fadb565ecfbcec9508f9377d8618a4f4c.zip
linhes_pkgbuild-b172f79fadb565ecfbcec9508f9377d8618a4f4c.tar.gz
linhes_pkgbuild-b172f79fadb565ecfbcec9508f9377d8618a4f4c.tar.bz2
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra/tightvnc/tightvnc-fontpath-xcolors.patch')
-rw-r--r--abs/extra/tightvnc/tightvnc-fontpath-xcolors.patch21
1 files changed, 7 insertions, 14 deletions
diff --git a/abs/extra/tightvnc/tightvnc-fontpath-xcolors.patch b/abs/extra/tightvnc/tightvnc-fontpath-xcolors.patch
index 9e44835..76c52a0 100644
--- a/abs/extra/tightvnc/tightvnc-fontpath-xcolors.patch
+++ b/abs/extra/tightvnc/tightvnc-fontpath-xcolors.patch
@@ -1,21 +1,14 @@
-diff -urN vnc_unixsrc/vncserver vnc_unixsrc.fixed/vncserver
---- vnc_unixsrc/vncserver 2007-04-26 06:57:06.000000000 -0400
-+++ vnc_unixsrc.fixed/vncserver 2007-06-17 19:08:02.000000000 -0400
-@@ -38,14 +38,14 @@
+--- vnc_unixsrc/vncserver.orig 2010-03-26 22:11:23.000000000 +0000
++++ vnc_unixsrc/vncserver 2010-03-26 22:14:58.000000000 +0000
+@@ -34,9 +34,9 @@
$desktopName = "X";
$vncClasses = "/usr/local/vnc/classes";
$vncUserDir = "$ENV{HOME}/.vnc";
-$fontPath = "unix/:7100";
-+#$fontPath = "unix/:7100";
- $authType = "-rfbauth $vncUserDir/passwd";
-
- # Here is another example of setting the font path:
--# $fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
+$fontPath = "/usr/share/fonts/misc/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/Type1/";
-
- # X colors database path is optional, uncomment and edit to use:
--# $colorPath = "/usr/lib/X11/rgb";
+$colorPath = "/usr/share/X11/rgb";
+ $authType = "-rfbauth $vncUserDir/passwd";
+-
+ # Read configuration from the system-wide and user files if present.
- # You might wish to make your vnc directory under /tmp, to make sure
- # passwords are always kept on the local filesystem. To do that, just
+ $configFile = "/etc/tightvncserver.conf";