Ignore:
Timestamp:
07/13/2023 06:17:52 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:
b3867c5
Parents:
5ecd157
Message:

lxqt and qt5-alternate cleanups

File:
1 edited

Legend:

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

    r5ecd157 r32936bc  
    3434    <bridgehead renderas="sect4">Recommended</bridgehead>
    3535    <para role="recommended">
    36       <!--<phrase revision="sysv">
    37         <xref linkend="pm-utils"/>,
    38       </phrase>-->
     36      <xref linkend="breeze-icons"/> and
     37      <xref linkend="desktop-file-utils"/>
     38    </para>
     39
     40    <bridgehead renderas="sect4">Optional</bridgehead>
     41    <para role="optional">
    3942      <xref linkend="lightdm"/> or another Display Manager, e.g.
    40       <xref role="nodep" linkend="lxdm"/>,
    41       <xref linkend="desktop-file-utils"/>,
    42       <!--<xref linkend="shared-mime-info"/>,-->
    43       <!--<xref linkend="xdg-utils"/>,--> and
     43      <xref role="nodep" linkend="lxdm"/>, and
    4444      <xref linkend="xscreensaver"/>
    4545    </para>
     
    4949  <sect2 role="configuration">
    5050    <title>Final Configuration</title>
    51 <!--
    52     <para>
    53       If <application>LXQt</application> is installed in <filename
    54       class="directory">/usr</filename>, jump directly to <xref
    55       linkend="lxqt-final-updates"/>, otherwise run the commands in the
    56       next section.
    57     </para>
    5851
    59     <sect3>
    60       <title>Configuration needed only if installing into /opt</title>
    61       <para>
    62         If <application>LXQt</application> is installed into <filename
    63         class="directory">/opt</filename>, some files have to be copied to
    64         <filename class="directory">/usr/share</filename>, so that the system
    65         can find them. Run the following commands, as the &root; user:
    66       </para>
    67 
    68 <screen role="root"><userinput>ln -svfn /usr/share/lxqt /usr/share/lxqt
    69 
    70 cp -v {/usr,/usr}/share/xsessions/lxqt.desktop
    71 
    72 for i in /usr/share/applications/*; do
    73   ln -svf $i /usr/share/applications/
    74 done
    75 
    76 for i in /usr/share/desktop-directories/*; do
    77   ln -svf $i /usr/share/desktop-directories/
    78 done
    79 
    80 unset i
    81 
    82 ldconfig</userinput></screen>
    83 
    84     </sect3>
    85 -->
    8652    <sect3 id="lxqt-final-updates" xreflabel="LXQt Final Updates">
    8753      <title>LXQt Final Updates</title>
     
    162128    </para>
    163129
     130    <note>
     131      <para>
     132         The user configuration files will be created in the directory
     133         $HOME/.config/lxqt/.  To get widget icons to display properly,
     134         the lxqt.conf file may need to be manually edited to include the
     135         line "icon_theme=oxygen".
     136      </para>
     137    </note>
     138
    164139  </sect2>
    165140</sect1>
Note: See TracChangeset for help on using the changeset viewer.