Changeset a027bdde


Ignore:
Timestamp:
11/22/2021 06:37:35 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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:
c53fe5a7
Parents:
a869d82
git-author:
Pierre Labastie <pierre.labastie@…> (11/22/2021 01:22:03 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (11/22/2021 06:37:35 PM)
Message:

tigervnc: tidy up additional downloads

  • the current layout with two sublists confuses jhalfs. Get back to a one subblist layout
  • this allows running the additional commands as root, instead of bypassing them
  • also fix an option tag that should be parameter
  • TOD0: systemd configuration section is confusing: it talks about "another method of configuration" but there is only one. Also "added benefit" is used twice in a way that seems redundant, but I am not sure what to do.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/tigervnc.xml

    ra869d82 ra027bdde  
    9898        </para>
    9999      </listitem>
    100       <listitem>
    101         <para>
    102           Optional files:
    103             <itemizedlist spacing="compact">
    104               <listitem revision='sysv'>
    105                 <para><ulink url="&sources-anduin-http;/tigervnc/vncserver"/></para>
    106               </listitem>
    107               <listitem revision='sysv'>
    108                 <para><ulink url="&sources-anduin-http;/tigervnc/vncserver.1"/></para>
    109               </listitem>
    110               <listitem revision='systemd'>
    111                 <para><ulink url="&sources-anduin-http;/tigervnc/Xsession"/></para>
    112               </listitem>
    113             </itemizedlist>
     100      <listitem revision='sysv'>
     101        <para>
     102          Optional file to start the server without a display manager:
     103          <ulink url="&sources-anduin-http;/tigervnc/vncserver"/>
     104        </para>
     105      </listitem>
     106      <listitem revision='sysv'>
     107        <para>
     108          Optional manual page:
     109          <ulink url="&sources-anduin-http;/tigervnc/vncserver.1"/>
     110        </para>
     111      </listitem>
     112      <listitem revision='systemd'>
     113        <para>
     114          Optional file to start the server without a display manager:
     115          <ulink url="&sources-anduin-http;/tigervnc/Xsession"/>
    114116        </para>
    115117      </listitem>
     
    278280
    279281    <para>
    280       <option>--disable ...</option>: Most options that are usually needed for
    281       the standard Xorg server are not needed for the Xvnc instance being built.
     282      <parameter>--disable ...</parameter>: Most options that are usually
     283      needed for the standard Xorg server are not needed for the Xvnc
     284      instance being built.
    282285    </para>
    283286
     
    307310      files as the <systemitem class="username">root</systemitem> user:</para>
    308311
    309 <screen role="nodump" revision='sysv'><userinput>install -m755 --owner=root ../vncserver /usr/bin &amp;&amp;
     312<screen role="root" revision='sysv'><userinput>install -m755 --owner=root ../vncserver /usr/bin &amp;&amp;
    310313cp ../vncserver.1 /usr/share/man/man1</userinput></screen>
    311314
Note: See TracChangeset for help on using the changeset viewer.