From a1f25d736cc42bba5aafadd41fc63896cf075a14 Mon Sep 17 00:00:00 2001 From: Richard Ellis Date: Fri, 2 Apr 2021 09:33:00 +0700 Subject: network/tightvnc: Fix script. Signed-off-by: Willy Sudiarto Raharjo --- network/tightvnc/tightvncserver.conf.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 network/tightvnc/tightvncserver.conf.patch (limited to 'network/tightvnc/tightvncserver.conf.patch') diff --git a/network/tightvnc/tightvncserver.conf.patch b/network/tightvnc/tightvncserver.conf.patch new file mode 100644 index 0000000000..fc8e5ebe99 --- /dev/null +++ b/network/tightvnc/tightvncserver.conf.patch @@ -0,0 +1,16 @@ +--- tightvncserver.conf.orig 2021-03-27 00:33:41.773056870 -0400 ++++ tightvncserver.conf 2021-03-27 00:38:34.195076768 -0400 +@@ -23,11 +23,11 @@ + # $vncUserDir = "$ENV{HOME}/.vnc"; + # $fontPath = "unix/:7100"; + # $authType = "-rfbauth $vncUserDir/passwd"; +-# $colorPath = "/usr/lib/X11/rgb"; ++$colorPath = "/usr/share/X11/rgb"; + + ## Here is another example of setting the font path: + # +-# $fontPath = "/usr/lib/X11/fonts/misc/" ++$fontPath = "/usr/share/fonts/misc/" + # $fontPath = "$fontPath,/usr/lib/X11/fonts/75dpi/"; + + ## You might wish to make your vnc directory under /tmp, to make sure -- cgit v1.2.3