summaryrefslogtreecommitdiffstats
path: root/tightvnc/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-06-02 21:20:27 +0000
committer Eric Hameleers <alien@slackware.com>2009-06-02 21:20:27 +0000
commitdd72f3559b4764a8c38f58058135d0842aa8d2f0 (patch)
treef2d48a047979571cb93946e5e899cc2b81fb30eb /tightvnc/build
parent0227c2f723dd05a9fd7d5c81c447741f8f3c3cf7 (diff)
downloadasb-dd72f3559b4764a8c38f58058135d0842aa8d2f0.tar.gz
asb-dd72f3559b4764a8c38f58058135d0842aa8d2f0.tar.xz
Initial revision
Diffstat (limited to 'tightvnc/build')
-rw-r--r--tightvnc/build/tightvnc.pathfixes.diff16
1 files changed, 16 insertions, 0 deletions
diff --git a/tightvnc/build/tightvnc.pathfixes.diff b/tightvnc/build/tightvnc.pathfixes.diff
new file mode 100644
index 00000000..c2195251
--- /dev/null
+++ b/tightvnc/build/tightvnc.pathfixes.diff
@@ -0,0 +1,16 @@
+--- vncserver.orig 2009-03-06 17:33:16.000000000 +0100
++++ vncserver 2009-06-02 21:10:10.000000000 +0100
+@@ -32,10 +32,11 @@
+ $geometry = "1024x768";
+ $depth = 24;
+ $desktopName = "X";
+-$vncClasses = "/usr/local/vnc/classes";
++$vncClasses = "/usr/share/tightvnc/classes";
+ $vncUserDir = "$ENV{HOME}/.vnc";
+-$fontPath = "unix/:7100";
++$fontPath = "/usr/share/fonts/misc/,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi/";
+ $authType = "-rfbauth $vncUserDir/passwd";
++$colorPath = "/usr/share/X11/rgb";
+
+ # Read configuration from the system-wide and user files if present.
+