Changeset 2341740 for lxqt


Ignore:
Timestamp:
11/15/2015 06:04:52 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
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:
aa9028e
Parents:
d1920c49
Message:

Tentatively improve LXQt pre-install instructions page:

  • Remove extra lines in <literal> sections
  • change >> to > for creating the LXQt profile script
  • Change id to "lxqt-pre-install" instead of "pre-install"

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/desktop/pre-install.xml

    rd1920c49 r2341740  
    66]>
    77
    8 <sect1 id="pre-install" xreflabel="LXQt Pre-Install">
     8<sect1 id="lxqt-pre-install" xreflabel="LXQt Pre-Install">
    99  <?dbhtml filename="pre-install.html"?>
    1010
     
    1616  <title>LXQt Desktop Pre-Install Instructions</title>
    1717
     18   <indexterm zone="lxqt-pre-install">
     19    <primary sortas="g-lxqt-pre-install">LXQt Pre-Install</primary>
     20   </indexterm>
    1821    <para>
    1922      LXQt can be installed in /usr or /opt/lxqt.
     
    3538    </para>
    3639
    37 <screen role="root"><userinput>cat &gt;&gt; /etc/profile.d/lxqt.sh &lt;&lt; "EOF"
    38 <literal>
    39 # Begin LXQt addition
     40<screen role="root"><userinput>cat &gt; /etc/profile.d/lxqt.sh &lt;&lt; "EOF"
     41<literal># Begin LXQt profile
    4042
    4143export LXQT_PREFIX=/usr
    4244
    43 # End LXQt addition
    44 </literal>
     45# End LXQt profile</literal>
    4546EOF</userinput></screen>
    4647
     
    5657
    5758    <para>
    58       Installing in <filename class="directory">/opt/lxqt</filename> may simplify
    59       upgrading to a later version of LXQt.
     59      Installing in <filename class="directory">/opt/lxqt</filename> may
     60      simplify upgrading to a later version of LXQt.
    6061    </para>
    6162
     
    6768<screen role="root"><userinput>install -vdm755 /opt/lxqt/{bin,lib,share/man}</userinput></screen>
    6869
    69 <screen role="root"><userinput>cat &gt;&gt; /etc/profile.d/lxqt.sh &lt;&lt; "EOF"
    70 <literal>
    71 # Begin LXQt addition
     70<screen role="root"><userinput>cat &gt; /etc/profile.d/lxqt.sh &lt;&lt; "EOF"
     71<literal># Begin LXQt profile
    7272
    7373export LXQT_PREFIX=/opt/lxqt
     
    7777pathappend /opt/lxqt/lib/pkgconfig PKG_CONFIG_PATH
    7878
    79 # End LXQt addition
    80 </literal>
     79# End LXQt profile</literal>
    8180EOF</userinput></screen>
    8281
     
    8685
    8786<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"
    88 <literal>
    89 # Begin LXQt addition
     87<literal># Begin LXQt addition
    9088
    9189/opt/lxqt/lib
    9290
    93 # End LXQt addition
    94 </literal>
     91# End LXQt addition</literal>
    9592EOF</userinput></screen>
    9693
Note: See TracChangeset for help on using the changeset viewer.