Changeset 5ecd157 for lxqt/desktop


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

LXQt cleanup.

Location:
lxqt/desktop
Files:
29 edited

Legend:

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

    ra16dff43 r5ecd157  
    7676      <xref linkend="qt5"/>
    7777    </para>
    78 <!--
    79     <bridgehead renderas="sect4">Optional</bridgehead>
    80     <para role="optional">
    81       <xref linkend="git"/>(to download translation files) or
    82       <xref linkend="lxqt-l10n"/> (to add localization files)
    83     </para>
    84 -->
    85 <!--
    86     <para condition="html" role="usernotes">
    87       User Notes: <ulink url="&blfs-wiki;/libfm-qt"/>
    88     </para>
    89 -->
    9078  </sect2>
    9179
     
    10290
    10391cmake -DCMAKE_INSTALL_PREFIX=/usr \
    104       -DCMAKE_BUILD_TYPE=Release          \
    105       ..                                  &amp;&amp;
     92      -DCMAKE_BUILD_TYPE=Release  \
     93      ..                          &amp;&amp;
    10694make</userinput></screen>
    10795
     
    11199
    112100    <para>
    113       Now, as the <systemitem class="username">root</systemitem> user:
     101      Now, as the &root; user:
    114102    </para>
    115103
     
    117105
    118106  </sect2>
    119 <!--
    120   <sect2 role="commands">
    121     <title>Command Explanations</title>
    122107
    123     <para>
    124       <parameter>-DPULL_TRANSLATIONS=no</parameter>: Remove the need for
    125       <xref linkend="git"/>, which would otherwise be requested to download
    126       the translation files.
    127     </para>
    128 
    129   </sect2>
    130 -->
    131108  <sect2 role="content">
    132109    <title>Contents</title>
  • lxqt/desktop/liblxqt.xml

    ra16dff43 r5ecd157  
    9696
    9797cmake -DCMAKE_INSTALL_PREFIX=/usr \
    98       -DCMAKE_BUILD_TYPE=Release          \
    99       ..                                  &amp;&amp;
     98      -DCMAKE_BUILD_TYPE=Release  \
     99      ..                          &amp;&amp;
    100100make</userinput></screen>
    101101
     
    105105
    106106    <para>
    107       Now, as the <systemitem class="username">root</systemitem> user:
     107      Now, as the &root; user:
    108108    </para>
    109109
  • lxqt/desktop/libqtxdg.xml

    ra16dff43 r5ecd157  
    9898cd       build &amp;&amp;
    9999
    100 cmake -DCMAKE_BUILD_TYPE=Release          \
     100cmake -DCMAKE_BUILD_TYPE=Release  \
    101101      -DCMAKE_INSTALL_PREFIX=/usr \
    102       -DCMAKE_INSTALL_LIBDIR=lib          \
     102      -DCMAKE_INSTALL_LIBDIR=lib  \
    103103      ..       &amp;&amp;
    104104
     
    110110
    111111    <para>
    112       Now, as the <systemitem class="username">root</systemitem> user:
     112      Now, as the &root; user:
    113113    </para>
    114114
  • lxqt/desktop/libsysstat.xml

    ra16dff43 r5ecd157  
    9292cd       build &amp;&amp;
    9393
    94 cmake -DCMAKE_BUILD_TYPE=Release          \
     94cmake -DCMAKE_BUILD_TYPE=Release  \
    9595      -DCMAKE_INSTALL_PREFIX=/usr \
    96       ..       &amp;&amp;
     96      ..                          &amp;&amp;
    9797
    9898make</userinput></screen>
     
    103103
    104104    <para>
    105       Now, as the <systemitem class="username">root</systemitem> user:
     105      Now, as the &root; user:
    106106    </para>
    107107
  • lxqt/desktop/lxqt-about.xml

    ra16dff43 r5ecd157  
    8787cd       build &amp;&amp;
    8888
    89 cmake -DCMAKE_BUILD_TYPE=Release          \
     89cmake -DCMAKE_BUILD_TYPE=Release  \
    9090      -DCMAKE_INSTALL_PREFIX=/usr \
    9191      ..       &amp;&amp;
     
    9797
    9898    <para>
    99       Now, as the <systemitem class="username">root</systemitem> user:
     99      Now, as the &root; user:
    100100    </para>
    101101
     
    103103
    104104  </sect2>
    105 <!--
    106   <sect2 role="commands">
    107     <title>Command Explanations</title>
    108105
    109     <para>
    110       <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
    111       <xref linkend="git"/>, which would otherwise be requested to download
    112       the translation files.
    113     </para>
    114 
    115   </sect2>
    116 -->
    117106  <sect2 role="content">
    118107    <title>Contents</title>
  • lxqt/desktop/lxqt-admin.xml

    ra16dff43 r5ecd157  
    8989cd       build &amp;&amp;
    9090
    91 cmake -DCMAKE_BUILD_TYPE=Release          \
     91cmake -DCMAKE_BUILD_TYPE=Release  \
    9292      -DCMAKE_INSTALL_PREFIX=/usr \
    9393      ..       &amp;&amp;
     
    100100
    101101    <para>
    102       Now, as the <systemitem class="username">root</systemitem> user:
     102      Now, as the &root; user:
    103103    </para>
    104104
     
    106106
    107107  </sect2>
    108 <!--
    109   <sect2 role="commands">
    110     <title>Command Explanations</title>
    111108
    112     <para>
    113       <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
    114       <xref linkend="git"/>, which would otherwise be requested to download
    115       the translation files.
    116     </para>
    117 
    118   </sect2>
    119 -->
    120109  <sect2 role="content">
    121110    <title>Contents</title>
  • lxqt/desktop/lxqt-build-tools.xml

    ra16dff43 r5ecd157  
    103103
    104104    <para>
    105       Now, as the <systemitem class="username">root</systemitem> user:
     105      Now, as the &root; user:
    106106    </para>
    107107
  • lxqt/desktop/lxqt-config.xml

    ra16dff43 r5ecd157  
    7575       <xref linkend="lxqt-libkscreen"/>) or
    7676      <xref role="nodep" linkend="plasma5-build"/>
    77 <!-- role="nodep" implies that jhalfs users will not depend on the whole
    78      kf5/plasma stack. If they have built plasma, it is easy to remove the
    79      lxqt-libkscreen and lxqt-kconfig scripts.-->
    8077    </para>
    8178
     
    9491
    9592cmake -DCMAKE_INSTALL_PREFIX=/usr \
    96       -DCMAKE_BUILD_TYPE=Release          \
    97       ..                                  &amp;&amp;
     93      -DCMAKE_BUILD_TYPE=Release  \
     94      ..                          &amp;&amp;
    9895make</userinput></screen>
    9996
     
    103100
    104101    <para>
    105       Now, as the <systemitem class="username">root</systemitem> user:
     102      Now, as the &root; user:
    106103    </para>
    107104
     
    109106
    110107  </sect2>
    111 <!--
    112   <sect2 role="commands">
    113     <title>Command Explanations</title>
    114 
    115     <para>
    116       <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
    117       <xref linkend="git"/>, which would otherwise be requested to download
    118       the translation files.
    119     </para>
    120 
    121   </sect2>
    122 -->
     108
    123109  <sect2 role="content">
    124110    <title>Contents</title>
  • lxqt/desktop/lxqt-globalkeys.xml

    ra16dff43 r5ecd157  
    8787cd       build &amp;&amp;
    8888
    89 cmake -DCMAKE_BUILD_TYPE=Release          \
     89cmake -DCMAKE_BUILD_TYPE=Release  \
    9090      -DCMAKE_INSTALL_PREFIX=/usr \
    91       ..       &amp;&amp;
     91      ..                          &amp;&amp;
    9292
    9393make</userinput></screen>
     
    9898
    9999    <para>
    100       Now, as the <systemitem class="username">root</systemitem> user:
     100      Now, as the &root; user:
    101101    </para>
    102102
     
    104104
    105105  </sect2>
    106 <!--
    107   <sect2 role="commands">
    108     <title>Command Explanations</title>
    109106
    110     <para>
    111       <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
    112       <xref linkend="git"/>, which would otherwise be requested to download
    113       the translation files.
    114     </para>
    115 
    116   </sect2>
    117 -->
    118107  <sect2 role="content">
    119108    <title>Contents</title>
  • lxqt/desktop/lxqt-kconfig.xml

    ra16dff43 r5ecd157  
    9797
    9898cmake -DCMAKE_INSTALL_PREFIX=/usr \
    99       -DCMAKE_BUILD_TYPE=Release          \
    100       -DCMAKE_INSTALL_LIBDIR=lib          \
    101       -DBUILD_TESTING=OFF                 \
    102       -Wno-dev ..                         &amp;&amp;
     99      -DCMAKE_BUILD_TYPE=Release  \
     100      -DCMAKE_INSTALL_LIBDIR=lib  \
     101      -DBUILD_TESTING=OFF         \
     102      -Wno-dev ..                 &amp;&amp;
    103103make</userinput></screen>
    104104
     
    108108
    109109    <para>
    110       Now, as the <systemitem class="username">root</systemitem> user:
     110      Now, as the &root; user:
    111111    </para>
    112112
  • lxqt/desktop/lxqt-kidletime.xml

    ra16dff43 r5ecd157  
    9494
    9595cmake -DCMAKE_INSTALL_PREFIX=/usr \
    96       -DCMAKE_BUILD_TYPE=Release          \
    97       -DBUILD_TESTING=OFF                 \
    98       -Wno-dev ..                         &amp;&amp;
     96      -DCMAKE_BUILD_TYPE=Release  \
     97      -DBUILD_TESTING=OFF         \
     98      -Wno-dev ..                 &amp;&amp;
    9999make</userinput></screen>
    100100
     
    104104
    105105    <para>
    106       Now, as the <systemitem class="username">root</systemitem> user:
     106      Now, as the &root; user:
    107107    </para>
    108108
  • lxqt/desktop/lxqt-kwayland.xml

    ra16dff43 r5ecd157  
    9898cd       build &amp;&amp;
    9999
    100 cmake -DCMAKE_INSTALL_PREFIX=/usr                          \
    101       -DCMAKE_BUILD_TYPE=Release                                   \
    102       -DBUILD_TESTING=OFF                                          \
     100cmake -DCMAKE_INSTALL_PREFIX=/usr \
     101      -DCMAKE_BUILD_TYPE=Release  \
     102      -DBUILD_TESTING=OFF         \
    103103      -DECM_MKSPECS_INSTALL_DIR=/usr/share/mkspecs/modules \
    104       -Wno-dev ..                                                  &amp;&amp;
     104      -Wno-dev ..                 &amp;&amp;
    105105make</userinput></screen>
    106106
     
    110110
    111111    <para>
    112       Now, as the <systemitem class="username">root</systemitem> user:
     112      Now, as the &root; user:
    113113    </para>
    114114
  • lxqt/desktop/lxqt-kwindowsystem.xml

    ra16dff43 r5ecd157  
    9999
    100100cmake -DCMAKE_INSTALL_PREFIX=/usr \
    101       -DCMAKE_BUILD_TYPE=Release          \
    102       -DBUILD_TESTING=OFF                 \
    103       -Wno-dev ..                         &amp;&amp;
     101      -DCMAKE_BUILD_TYPE=Release  \
     102      -DBUILD_TESTING=OFF         \
     103      -Wno-dev ..                 &amp;&amp;
    104104make</userinput></screen>
    105105
     
    109109
    110110    <para>
    111       Now, as the <systemitem class="username">root</systemitem> user:
     111      Now, as the &root; user:
    112112    </para>
    113113
  • lxqt/desktop/lxqt-libkscreen.xml

    ra16dff43 r5ecd157  
    9696
    9797cmake -DCMAKE_INSTALL_PREFIX=/usr \
    98       -DCMAKE_BUILD_TYPE=Release          \
    99       -DCMAKE_INSTALL_LIBDIR=lib          \
    100       -DBUILD_TESTING=OFF                 \
    101       -Wno-dev ..                         &amp;&amp;
     98      -DCMAKE_BUILD_TYPE=Release  \
     99      -DCMAKE_INSTALL_LIBDIR=lib  \
     100      -DBUILD_TESTING=OFF         \
     101      -Wno-dev ..                 &amp;&amp;
    102102make</userinput></screen>
    103103
     
    107107
    108108    <para>
    109       Now, as the <systemitem class="username">root</systemitem> user:
     109      Now, as the &root; user:
    110110    </para>
    111111
  • lxqt/desktop/lxqt-menu-data.xml

    ra16dff43 r5ecd157  
    103103
    104104    <para>
    105       Now, as the <systemitem class="username">root</systemitem> user:
     105      Now, as the &root; user:
    106106    </para>
    107107
     
    127127        <seg>
    128128          /etc/xdg/menus and
    129           usr/share/cmake/lxqt-menu-data
     129          /usr/share/cmake/lxqt-menu-data
    130130        </seg>
    131131      </seglistitem>
  • lxqt/desktop/lxqt-openssh-askpass.xml

    ra16dff43 r5ecd157  
    8787cd       build &amp;&amp;
    8888
    89 cmake -DCMAKE_BUILD_TYPE=Release          \
     89cmake -DCMAKE_BUILD_TYPE=Release  \
    9090      -DCMAKE_INSTALL_PREFIX=/usr \
    9191      ..       &amp;&amp;
     
    9898
    9999    <para>
    100       Now, as the <systemitem class="username">root</systemitem> user:
     100      Now, as the &root; user:
    101101    </para>
    102102
     
    104104
    105105  </sect2>
    106 <!--
    107   <sect2 role="commands">
    108     <title>Command Explanations</title>
    109106
    110     <para>
    111       <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
    112       <xref linkend="git"/>, which would otherwise be requested to download
    113       the translation files.
    114     </para>
    115 
    116   </sect2>
    117 -->
    118107  <sect2 role="content">
    119108    <title>Contents</title>
  • lxqt/desktop/lxqt-panel.xml

    ra16dff43 r5ecd157  
    105105
    106106cmake -DCMAKE_INSTALL_PREFIX=/usr \
    107       -DCMAKE_BUILD_TYPE=Release          \
    108       ..                                  &amp;&amp;
     107      -DCMAKE_BUILD_TYPE=Release  \
     108      ..                          &amp;&amp;
    109109make</userinput></screen>
    110110
     
    114114
    115115    <para>
    116       Now, as the <systemitem class="username">root</systemitem> user:
     116      Now, as the &root; user:
    117117    </para>
    118118
     
    123123  <sect2 role="commands">
    124124    <title>Command Explanations</title>
    125 <!--
    126     <para>
    127       <command>sed ... plugin-taskbar/lxqttaskgroup.{h,cpp}</command>:
    128       Removes a hard coded directory from an include file and allows
    129       the system to find it when the KDE Framework dependencies are not
    130       installed in <envar>/usr</envar>.
    131     </para>
    132125
    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>
    138 -->
    139126    <para>
    140127      <option>-D&lt;plugin&gt;_PLUGIN=no</option>: Disable &lt;plugin&gt;,
  • lxqt/desktop/lxqt-policykit.xml

    ra16dff43 r5ecd157  
    8989
    9090cmake -DCMAKE_INSTALL_PREFIX=/usr \
    91       -DCMAKE_BUILD_TYPE=Release          \
    92       ..                                  &amp;&amp;
    93 
     91      -DCMAKE_BUILD_TYPE=Release  \
     92      ..                          &amp;&amp;
    9493make</userinput></screen>
    9594
     
    9998
    10099    <para>
    101       Now, as the <systemitem class="username">root</systemitem> user:
     100      Now, as the &root; user:
    102101    </para>
    103102
     
    105104
    106105  </sect2>
    107 <!--
    108   <sect2 role="commands">
    109     <title>Command Explanations</title>
    110106
    111     <para>
    112       <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
    113       <xref linkend="git"/>, which would otherwise be requested to download
    114       the translation files.
    115     </para>
    116 
    117   </sect2>
    118 -->
    119107  <sect2 role="content">
    120108    <title>Contents</title>
  • lxqt/desktop/lxqt-powermanagement.xml

    ra16dff43 r5ecd157  
    9292
    9393cmake -DCMAKE_INSTALL_PREFIX=/usr \
    94       -DCMAKE_BUILD_TYPE=Release          \
    95       -DPULL_TRANSLATIONS=no              \
    96       .. &amp;&amp;
     94      -DCMAKE_BUILD_TYPE=Release  \
     95      ..                          &amp;&amp;
    9796make</userinput></screen>
    9897
     
    102101
    103102    <para>
    104       Now, as the <systemitem class="username">root</systemitem> user:
     103      Now, as the &root; user:
    105104    </para>
    106105
     
    108107
    109108  </sect2>
    110 <!--
    111   <sect2 role="commands">
    112     <title>Command Explanations</title>
    113109
    114     <para>
    115       <parameter>-DPULL_TRANSLATIONS=no</parameter>: Remove the need for
    116       <xref linkend="git"/>, which would otherwise be requested to download
    117       the translation files.
    118     </para>
    119 
    120   </sect2>
    121 -->
    122110  <sect2 role="content">
    123111    <title>Contents</title>
  • lxqt/desktop/lxqt-qtplugin.xml

    ra16dff43 r5ecd157  
    7575      <xref linkend="libdbusmenu-qt"/>
    7676    </para>
    77 <!--
    78     <para condition="html" role="usernotes">
    79       User Notes: <ulink url="&blfs-wiki;/lxqt-qtplugin"/>
    80     </para>
    81 -->
    8277  </sect2>
    8378
     
    9388cd       build &amp;&amp;
    9489
    95 cmake -DCMAKE_BUILD_TYPE=Release          \
     90cmake -DCMAKE_BUILD_TYPE=Release  \
    9691      -DCMAKE_INSTALL_PREFIX=/usr \
    9792      ..       &amp;&amp;
     
    10499
    105100    <para>
    106       Now, as the <systemitem class="username">root</systemitem> user:
     101      Now, as the &root; user:
    107102    </para>
    108103
     
    119114        To use the plugin in Qt 5, the environment variable
    120115        <envar>QT_QPA_PLATFORMTHEME</envar> must be set to <quote>lxqt</quote>.
    121         One way to do that is to issue as the <systemitem
    122         class="username">root</systemitem> user:
     116        One way to do that is to issue as the &root; user:
    123117      </para>
    124118
     
    151145        </seg>
    152146        <seg>
    153           $QT5DIR/plugins/platformthemes (if a minimal Qt5 has been built
    154           as explained in <xref linkend="lxqt-pre-install"/>
     147          $QT5DIR/plugins/platformthemes
    155148        </seg>
    156149      </seglistitem>
     
    166159        <listitem>
    167160          <para>
    168             contains the LXQt QT plugin.
     161            contains the LXQt QT plugin loader.
    169162          </para>
    170163          <indexterm zone="lxqt-qtplugin libqtlxqt-lib">
  • lxqt/desktop/lxqt-runner.xml

    ra16dff43 r5ecd157  
    8989
    9090cmake -DCMAKE_INSTALL_PREFIX=/usr \
    91       -DCMAKE_BUILD_TYPE=Release          \
    92       .. &amp;&amp;
     91      -DCMAKE_BUILD_TYPE=Release  \
     92      ..                          &amp;&amp;
    9393make</userinput></screen>
    9494
     
    9898
    9999    <para>
    100       Now, as the <systemitem class="username">root</systemitem> user:
     100      Now, as the &root; user:
    101101    </para>
    102102
  • lxqt/desktop/lxqt-session.xml

    ra16dff43 r5ecd157  
    9494cd       build &amp;&amp;
    9595
    96 cmake -DCMAKE_BUILD_TYPE=Release          \
     96cmake -DCMAKE_BUILD_TYPE=Release  \
    9797      -DCMAKE_INSTALL_PREFIX=/usr \
    9898      ..       &amp;&amp;
     
    105105
    106106    <para>
    107       Now, as the <systemitem class="username">root</systemitem> user:
     107      Now, as the &root; user:
    108108    </para>
    109109
     
    121121      desktop will appear in the sessions list.
    122122    </para>
    123 <!--
    124     <para>
    125       <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
    126       <xref linkend="git"/>, which would otherwise be requested to download
    127       the translation files.
    128     </para>
    129 -->
    130123  </sect2>
    131124
  • lxqt/desktop/lxqt-solid.xml

    ra16dff43 r5ecd157  
    103103
    104104cmake -DCMAKE_INSTALL_PREFIX=/usr \
    105       -DCMAKE_BUILD_TYPE=Release          \
    106       -DBUILD_TESTING=OFF                 \
    107       -Wno-dev ..                         &amp;&amp;
     105      -DCMAKE_BUILD_TYPE=Release  \
     106      -DBUILD_TESTING=OFF         \
     107      -Wno-dev ..                 &amp;&amp;
    108108make</userinput></screen>
    109109
     
    113113
    114114    <para>
    115       Now, as the <systemitem class="username">root</systemitem> user:
     115      Now, as the &root; user:
    116116    </para>
    117117
  • lxqt/desktop/lxqt-sudo.xml

    ra16dff43 r5ecd157  
    8888cd       build &amp;&amp;
    8989
    90 cmake -DCMAKE_BUILD_TYPE=Release          \
     90cmake -DCMAKE_BUILD_TYPE=Release  \
    9191      -DCMAKE_INSTALL_PREFIX=/usr \
    9292      ..       &amp;&amp;
     
    9999
    100100    <para>
    101       Now, as the <systemitem class="username">root</systemitem> user:
     101      Now, as the &root; user:
    102102    </para>
    103103
     
    105105
    106106  </sect2>
    107 <!--
    108   <sect2 role="commands">
    109     <title>Command Explanations</title>
    110107
    111     <para>
    112       <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
    113       <xref linkend="git"/>, which would otherwise be requested to download
    114       the translation files.
    115     </para>
    116 
    117   </sect2>
    118 -->
    119108  <sect2 role="content">
    120109    <title>Contents</title>
  • lxqt/desktop/lxqt-themes.xml

    ra16dff43 r5ecd157  
    100100
    101101    <para>
    102       Now, as the <systemitem class="username">root</systemitem> user:
     102      Now, as the &root; user:
    103103    </para>
    104104
     
    107107  </sect2>
    108108
    109 <!--  <sect2 role="commands">
    110     <title>Command Explanations</title>
    111 
    112   </sect2>
    113 -->
    114109  <sect2 role="content">
    115110    <title>Contents</title>
  • lxqt/desktop/muparser.xml

    ra16dff43 r5ecd157  
    8787
    8888cmake -DCMAKE_INSTALL_PREFIX=/usr \
    89       -DCMAKE_BUILD_TYPE=Release          \
    90       ..                                  &amp;&amp;
     89      -DCMAKE_BUILD_TYPE=Release  \
     90      ..                          &amp;&amp;
    9191make</userinput></screen>
    9292
     
    9696
    9797    <para>
    98       Now, as the <systemitem class="username">root</systemitem> user:
     98      Now, as the &root; user:
    9999    </para>
    100100
  • lxqt/desktop/obconf-qt.xml

    ra16dff43 r5ecd157  
    7676    </para>
    7777
    78     <!--
    79     <bridgehead renderas="sect4">Optional</bridgehead>
    80     <para role="optional">
    81       <xref linkend="git"/> (to download translation files) or
    82       <xref linkend="lxqt-l10n"/> (to add localization files)
    83     </para>
    84 
    85     <para condition="html" role="usernotes">
    86       User Notes: <ulink url="&blfs-wiki;/obconf-qt"/>
    87     </para>
    88     -->
    8978  </sect2>
    9079
     
    10089cd       build &amp;&amp;
    10190
    102 cmake -DCMAKE_BUILD_TYPE=Release          \
     91cmake -DCMAKE_BUILD_TYPE=Release  \
    10392      -DCMAKE_INSTALL_PREFIX=/usr \
    104       ..       &amp;&amp;
     93      ..                           &amp;&amp;
    10594make</userinput></screen>
    10695
     
    11099
    111100    <para>
    112       Now, as the <systemitem class="username">root</systemitem> user:
     101      Now, as the &root; user:
    113102    </para>
    114103
  • lxqt/desktop/pcmanfm-qt.xml

    ra16dff43 r5ecd157  
    9696cd       build &amp;&amp;
    9797
    98 cmake -DCMAKE_BUILD_TYPE=Release          \
     98cmake -DCMAKE_BUILD_TYPE=Release  \
    9999      -DCMAKE_INSTALL_PREFIX=/usr \
    100100      ..       &amp;&amp;
     
    107107
    108108    <para>
    109       Now, as the <systemitem class="username">root</systemitem> user:
     109      Now, as the &root; user:
    110110    </para>
    111111
     
    113113
    114114  </sect2>
    115 <!--
    116   <sect2 role="commands">
    117     <title>Command Explanations</title>
    118115
    119     <para>
    120       <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
    121       <xref linkend="git"/>, which would otherwise be requested to download
    122       the translation files.
    123     </para>
    124 
    125   </sect2>
    126 -->
    127116  <sect2 role="content">
    128117    <title>Contents</title>
  • lxqt/desktop/qtxdg-tools.xml

    ra16dff43 r5ecd157  
    9090
    9191cmake -DCMAKE_INSTALL_PREFIX=/usr \
    92       -DCMAKE_BUILD_TYPE=Release          \
    93       -DCMAKE_INSTALL_LIBDIR=lib          \
    94       ..                                  &amp;&amp;
     92      -DCMAKE_BUILD_TYPE=Release  \
     93      -DCMAKE_INSTALL_LIBDIR=lib  \
     94      ..                          &amp;&amp;
    9595make</userinput></screen>
    9696
     
    100100
    101101    <para>
    102       Now, as the <systemitem class="username">root</systemitem> user:
     102      Now, as the &root; user:
    103103    </para>
    104104
     
    106106
    107107  </sect2>
    108 <!--
    109   <sect2 role="commands">
    110     <title>Command Explanations</title>
    111108
    112     <para>
    113       <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
    114       <xref linkend="git"/>, which would otherwise be requested to download
    115       the translation files.
    116     </para>
    117 
    118   </sect2>
    119 -->
    120109  <sect2 role="content">
    121110    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.