Changeset 33a20b0


Ignore:
Timestamp:
07/06/2023 06:22:38 PM (11 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
2d1757d
Parents:
4b58de7
Message:

Remove obsolete instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/desktop/obconf-qt.xml

    r4b58de7 r33a20b0  
    102102cmake -DCMAKE_BUILD_TYPE=Release          \
    103103      -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
    104       -DPULL_TRANSLATIONS=no              \
    105104      ..       &amp;&amp;
    106105make</userinput></screen>
     
    115114
    116115<screen role="root"><userinput>make install</userinput></screen>
    117 
    118     <para>
    119       If you installed in /opt, again as the
    120       <systemitem class="username">root</systemitem> user:
    121     </para>
    122 
    123 <screen role="root"><userinput>if [ "$LXQT_PREFIX" != /usr ]; then
    124   ln -svf $LXQT_PREFIX/share/applications/obconf-qt.desktop \
    125           /usr/share/applications
    126 fi</userinput></screen>
    127 
    128   </sect2>
    129 
    130   <sect2 role="commands">
    131     <title>Command Explanations</title>
    132 
    133     <para>
    134       <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
    135       <xref linkend="git"/>, which would otherwise be requested to download
    136       the translation files.
    137     </para>
    138116
    139117  </sect2>
Note: See TracChangeset for help on using the changeset viewer.