diff --git a/xsoft/other/tigervnc.xml b/xsoft/other/tigervnc.xml
index 5c489401c5..8e1819c33d 100644
--- a/xsoft/other/tigervnc.xml
+++ b/xsoft/other/tigervnc.xml
@@ -36,7 +36,7 @@
viewing of the remote graphical desktop.
- &lfs101_checked;
+ &lfs110a_checked;
Package Information
@@ -101,13 +101,13 @@
Optional files:
-
+
-
+
-
+
@@ -260,7 +260,7 @@ ln -sfv tigervnc_24.png /usr/share/pixmaps/tigervnc.png
Configuring Tigervnc
-
+
The default installation of this package makes some changes in the way it
is used. The vncserver perl script is placed in /usr/libexec and the
server is designed to be run via a systemd style .service file or the
@@ -269,15 +269,14 @@ ln -sfv tigervnc_24.png /usr/share/pixmaps/tigervnc.png
manager to be installed.
-
+
+ To restore the previous behavior, install the additional downloaded
+ files as the root user:
- To restore the previous behavior, as the root user:
-
-install -m755 --owner=root ../vncserver /usr/bin &&
+install -m755 --owner=root ../vncserver /usr/bin &&
cp ../vncserver.1 /usr/share/man/man1
-
+
Using the previous procedures, the user specific configuration files of
vncserver reside in the .vnc
directory in the user's home directory. The
@@ -288,18 +287,18 @@ cp ../vncserver.1 /usr/share/man/man1
xstartup would be:
-#!/bin/sh
+#!/bin/sh
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
startlxde &
-
+
The xstartup file must be executable for the
commands in it to be executed, so run chmod a+x
~/.vnc/xstartup.
-
+
Set up the vnc passwd with vncpasswd. The
server can then be started with the vncserver
command.