packages: tightvnc/tightvnc-vncserver.patch - working fontPath is a nice touch

baggins baggins at pld-linux.org
Mon May 17 14:54:12 CEST 2010


Author: baggins                      Date: Mon May 17 12:54:12 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- working fontPath is a nice touch

---- Files affected:
packages/tightvnc:
   tightvnc-vncserver.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: packages/tightvnc/tightvnc-vncserver.patch
diff -u packages/tightvnc/tightvnc-vncserver.patch:1.5 packages/tightvnc/tightvnc-vncserver.patch:1.6
--- packages/tightvnc/tightvnc-vncserver.patch:1.5	Mon May 17 14:50:24 2010
+++ packages/tightvnc/tightvnc-vncserver.patch	Mon May 17 14:54:07 2010
@@ -1,12 +1,15 @@
 --- vnc_unixsrc/vncserver.orig	2004-05-30 17:09:53.000000000 +0200
 +++ vnc_unixsrc/vncserver	2005-03-27 22:44:43.000000000 +0200
-@@ -32,7 +32,8 @@
+@@ -32,9 +32,10 @@
  $geometry = "1024x768";
  $depth = 24;
  $desktopName = "X";
 -$vncClasses = "/usr/local/vnc/classes";
 +$vncClasses = "/usr/share/vnc/classes";
-+$colorPath = "/usr/share/X11/rgb";
  $vncUserDir = "$ENV{HOME}/.vnc";
- $fontPath = "unix/:7100";
+-$fontPath = "unix/:7100";
++$fontPath = "/usr/share/fonts/misc:/usr/share/fonts/TTF:/usr/share/fonts/OTF:/usr/share/fonts/Type1:/usr/share/fonts/100dpi:/usr/share/fonts/75dpi:unix/:7100";
++$colorPath = "/usr/share/X11/rgb";
  $authType = "-rfbauth $vncUserDir/passwd";
+ 
+ # Read configuration from the system-wide and user files if present.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tightvnc/tightvnc-vncserver.patch?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list