Changeset 5ecd157 for lxqt/apps/qps.xml


Ignore:
Timestamp:
07/11/2023 01:14:57 AM (12 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:
32936bc
Parents:
a16dff43
Message:

LXQt cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/apps/qps.xml

    ra16dff43 r5ecd157  
    9797cd       build &amp;&amp;
    9898
    99 cmake -DCMAKE_BUILD_TYPE=Release          \
     99cmake -DCMAKE_BUILD_TYPE=Release  \
    100100      -DCMAKE_INSTALL_PREFIX=/usr \
    101       -DPULL_TRANSLATIONS=no              \
    102101      ..       &amp;&amp;
    103102
     
    115114
    116115    <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 /usr/share/applications/qps.desktop \
    122         /usr/share/applications &amp;&amp;
    123 
    124 ln -svf /usr/share/applications/qps-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
     116      If you have <xref linkend="xdg-utils"/> installed, as the
     117      &root; user, run <command>xdg-icon-resource
    130118      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.
    142119    </para>
    143120
Note: See TracChangeset for help on using the changeset viewer.