Ignore:
Timestamp:
11/13/2015 02:24:57 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9fd7f516
Parents:
6c91a92a
Message:
  • mupdf-1.8: minor reformat.
  • removing spaces from EOL, from Denis Mugnier.
  • BLFS/trunk/BOOK/kde/add/kdepim-runtime.xml: needed to fix to validate the book. One chunck had been removed. Bruce, please check if it is OK, now.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16645 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/tigervnc.xml

    r6c91a92a rf3429309  
    3131    <title>Introduction to Tigervnc</title>
    3232
    33     <para><application>Tigervnc</application> is an advanced VNC (Virtual 
     33    <para><application>Tigervnc</application> is an advanced VNC (Virtual
    3434    Network Computing) implementation.  It allows creation of an Xorg server
    35     not tied to a physical console and also provides a client for 
     35    not tied to a physical console and also provides a client for
    3636    viewing of the remote graphical desktop.
    3737    </para>
     
    7878
    7979    <note><para>The version of <application>Xorg</application> is a few versions
    80     out of date, but is required for the customizations needed for this 
     80    out of date, but is required for the customizations needed for this
    8181    package.</para></note>
    8282
     
    146146[ -e /usr/bin/Xvnc ] || ln -svf $XORG_PREFIX/bin/Xvnc /usr/bin/Xvnc</userinput></screen>
    147147
    148     <para>Finally, create a menu entry.  As the 
     148    <para>Finally, create a menu entry.  As the
    149149      <systemitem class="username">root</systemitem> user:</para>
    150150
     
    176176
    177177    <para><command>[ -e /usr/bin/Xvnc ] || ln ... Xvnc</command>: If the Xvnc server
    178     is not installed in the <filename class='directory'>/usr/bin</filename> 
    179     directory, then create a link so the <command>vncserver</command> script 
     178    is not installed in the <filename class='directory'>/usr/bin</filename>
     179    directory, then create a link so the <command>vncserver</command> script
    180180    can find it.</para>
    181181
     
    185185    <title>Configuring Tigervnc</title>
    186186
    187    <para>The user specific configuration files of vncserver resides 
    188    in the <filename class='directory'>.vnc</filename> directory in the user's 
     187   <para>The user specific configuration files of vncserver resides
     188   in the <filename class='directory'>.vnc</filename> directory in the user's
    189189   home directory.  The <filename>xstartup</filename> file in that
    190    directory is a script specifying what commands to be run 
     190   directory is a script specifying what commands to be run
    191191   when a VNC desktop is started.  If no  <filename>xstartup</filename> file
    192192   exists, <command>vncserver</command> will try to start an xterm in a twm
     
    194194
    195195<screen>#!/bin/sh
    196  
     196
    197197[ -x /etc/vnc/xstartup ] &amp;&amp; exec /etc/vnc/xstartup
    198198[ -r $HOME/.Xresources ] &amp;&amp; xrdb $HOME/.Xresources
     
    210210
    211211      <seglistitem>
    212         <seg>Xvnc, 
    213              vncconfig, 
    214              vncpasswd, 
    215              vncserver, 
    216              vncviewer, and 
     212        <seg>Xvnc,
     213             vncconfig,
     214             vncpasswd,
     215             vncserver,
     216             vncviewer, and
    217217             x0vncserver</seg>
    218        
     218
    219219        <seg>libvnc.so</seg>
    220220        <seg>None</seg>
     
    231231        <listitem>
    232232          <para> is a X VNC (Virtual Network Computing) server.
    233           It is based on a standard X server, but it has a 
     233          It is based on a standard X server, but it has a
    234234          "virtual" screen rather than a physical one.</para>
    235235          <indexterm zone="tigervnc xvnc">
Note: See TracChangeset for help on using the changeset viewer.