Changeset 2737c2fd


Ignore:
Timestamp:
08/31/2021 04:44:07 AM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
e56cae4b
Parents:
d99c0bc7
Message:

Update and tag tigervnc.
The configuration instructions were not separated between sysv
and systemd sufficiently.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/tigervnc.xml

    rd99c0bc7 r2737c2fd  
    3737    </para>
    3838
    39     &lfs101_checked;
     39    &lfs110a_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    102102          Optional files:
    103103            <itemizedlist spacing="compact">
    104               <listitem>
     104              <listitem revision='sysv'>
    105105                <para><ulink url="&sources-anduin-http;/tigervnc/vncserver"/></para>
    106106              </listitem>
    107               <listitem>
     107              <listitem revision='sysv'>
    108108                <para><ulink url="&sources-anduin-http;/tigervnc/vncserver.1"/></para>
    109109              </listitem>
    110               <listitem>
     110              <listitem revision='systemd'>
    111111                <para><ulink url="&sources-anduin-http;/tigervnc/Xsession"/></para>
    112112              </listitem>
     
    261261    <title>Configuring Tigervnc</title>
    262262
    263     <para>
     263    <para revision='sysv'>
    264264      The default installation of this package makes some changes in the way it
    265265      is used.  The vncserver perl script is placed in /usr/libexec and the
     
    270270    </para>
    271271
    272     <para>
    273 
    274       To restore the previous behavior, as the <systemitem
    275       class="username">root</systemitem> user:</para>
    276 
    277 <screen role="nodump"><userinput>install -m755 --owner=root ../vncserver /usr/bin &amp;&amp;
     272    <para revision='sysv'>
     273      To restore the previous behavior, install the additional downloaded
     274      files as the <systemitem class="username">root</systemitem> user:</para>
     275
     276<screen role="nodump" revision='sysv'><userinput>install -m755 --owner=root ../vncserver /usr/bin &amp;&amp;
    278277cp ../vncserver.1 /usr/share/man/man1</userinput></screen>
    279278
    280     <para>
     279    <para revision='sysv'>
    281280      Using the previous procedures, the user specific configuration files of
    282281      vncserver reside in the <filename class='directory'>.vnc</filename>
     
    289288    </para>
    290289
    291 <screen>#!/bin/sh
     290<screen revision='sysv'>#!/bin/sh
    292291[ -x /etc/vnc/xstartup ] &amp;&amp; exec /etc/vnc/xstartup
    293292[ -r $HOME/.Xresources ] &amp;&amp; xrdb $HOME/.Xresources
    294293startlxde &amp;</screen>
    295294
    296     <para>
     295    <para revision='sysv'>
    297296      The <filename>xstartup</filename> file must be executable for the
    298297      commands in it to be executed, so run <command>chmod a+x
     
    300299    </para>
    301300
    302     <para>
     301    <para revision='sysv'>
    303302      Set up the vnc passwd with <command>vncpasswd</command>. The
    304303      server can then be started with the <command>vncserver</command>
Note: See TracChangeset for help on using the changeset viewer.