Changeset ecfb38a for lxqt


Ignore:
Timestamp:
07/06/2023 07:15:37 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:
182e21e
Parents:
4050f25
Message:

Remove obsolete instructions

File:
1 edited

Legend:

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

    r4050f25 recfb38a  
    7373      <xref linkend="libfm-qt"/>
    7474    </para>
    75     <!--
    76     <bridgehead renderas="sect4">Optional</bridgehead>
    77     <para role="optional">
    78       <xref linkend="git"/> (to download translation files) or
    79       <xref linkend="lxqt-l10n"/> (to add localization files)
    80     </para>
    81 
    82     <para condition="html" role="usernotes">
    83       User Notes: <ulink url="&blfs-wiki;/lximage-qt"/>
    84     </para>
    85     -->
    8675  </sect2>
    8776
     
    9988cmake -DCMAKE_BUILD_TYPE=Release          \
    10089      -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
    101       -DPULL_TRANSLATIONS=no              \
    10290      ..       &amp;&amp;
    10391
     
    115103
    116104    <para>
    117       If you installed in /opt, again as the
    118       <systemitem class="username">root</systemitem> user:
    119     </para>
    120 
    121 <screen role="root"><userinput>ln -svf $LXQT_PREFIX/share/applications/lximage-qt.desktop \
    122         /usr/share/applications &amp;&amp;
    123 
    124 ln -svf $LXQT_PREFIX/share/applications/lximage-qt-screenshot.desktop \
    125         /usr/share/applications</userinput></screen>
    126 
    127     <para>
    128       If you have <xref linkend="xdg-utils"/> installed, as the <systemitem
    129       class="username">root</systemitem> user, run <command>xdg-icon-resource
    130       forceupdate --theme hicolor</command>.
    131     </para>
    132 
    133   </sect2>
    134 
    135   <sect2 role="commands">
    136     <title>Command Explanations</title>
    137 
    138     <para>
    139       <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
    140       <xref linkend="git"/>, which would otherwise be requested to download
    141       the translation files.
     105      If you have <xref linkend="xdg-utils"/> installed, as the &root;
     106      user, run <command>xdg-icon-resource forceupdate --theme hicolor</command>.
    142107    </para>
    143108
Note: See TracChangeset for help on using the changeset viewer.