tightvnc: config changes
This commit is contained in:
parent
ed00ce9abd
commit
149b8f77e2
@ -1,2 +1,2 @@
|
||||
49a0748ea52793f2e3069e05af28f716 tightvnc-1.3.9_unixsrc.tar.bz2
|
||||
a4afa69d2ca558eceeef01fa6988c53c tightvnc-config.patch
|
||||
52df5d64b0a746ee75111b81a5e2b1bd tightvnc-config.patch
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
name=tightvnc
|
||||
version=1.3.9
|
||||
release=1
|
||||
release=2
|
||||
source=(http://download.sourceforge.net/sourceforge/vnc-tight/${name}-${version}_unixsrc.tar.bz2 \
|
||||
$name-config.patch)
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
diff -Nru vnc_unixsrc/vncserver vnc_unixsrc-new/vncserver
|
||||
--- vnc_unixsrc/vncserver 2007-04-26 12:57:06.000000000 +0200
|
||||
+++ vnc_unixsrc-new/vncserver 2007-05-08 14:29:16.000000000 +0200
|
||||
@@ -36,13 +36,13 @@
|
||||
+++ vnc_unixsrc-new/vncserver 2007-10-03 19:20:06.000000000 +0200
|
||||
@@ -36,16 +36,16 @@
|
||||
$geometry = "1024x768";
|
||||
$depth = 24;
|
||||
$desktopName = "X";
|
||||
@ -8,12 +9,16 @@
|
||||
+$vncClasses = "/usr/share/vnc/classes";
|
||||
$vncUserDir = "$ENV{HOME}/.vnc";
|
||||
-$fontPath = "unix/:7100";
|
||||
+$fontPath = "/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/75dpi";
|
||||
+$fontPath = "/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi";
|
||||
$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 = "$fontPath = "unix/:7100";
|
||||
+# $fontPath = "unix/:7100";
|
||||
|
||||
# X colors database path is optional, uncomment and edit to use:
|
||||
# $colorPath = "/usr/lib/X11/rgb";
|
||||
-# $colorPath = "/usr/lib/X11/rgb";
|
||||
+# $colorPath = "/usr/share/X11/rgb";
|
||||
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user