diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /tightvnc/tightvnc-config.patch | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'tightvnc/tightvnc-config.patch')
-rw-r--r-- | tightvnc/tightvnc-config.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tightvnc/tightvnc-config.patch b/tightvnc/tightvnc-config.patch new file mode 100644 index 000000000..7d1dad66b --- /dev/null +++ b/tightvnc/tightvnc-config.patch @@ -0,0 +1,18 @@ +--- vncserver~ 2003-07-31 08:19:37.000000000 -0600 ++++ vncserver 2005-07-17 14:34:38.000000000 -0600 +@@ -36,12 +36,12 @@ + $geometry = "1024x768"; + $depth = 24; + $desktopName = "X"; +-$vncClasses = "/usr/local/vnc/classes"; ++$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"; + + # Here is another example of setting the font path: +-# $fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/"; ++# $fontPath = "$fontPath = "unix/:7100"; + + # X colors database path is optional, uncomment and edit to use: + # $colorPath = "/usr/lib/X11/rgb"; |