Ignore:
Timestamp:
10/18/2016 08:59:33 AM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
31be310
Parents:
f382ddf
Message:

Revert 17894, because some files are missing

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17895 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

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

    rf382ddf r0622919d  
    3131    <bridgehead renderas="sect4">Required</bridgehead>
    3232    <para role="required">
    33       <xref linkend="openbox"/>, or another window manager, such as
    34       <xref linkend="xfwm4"/>, or kwin from <xref linkend="plasma5-build"/>.
    35       Note that <xref linkend="icewm"/> is not suitable for LXQt
     33      <xref linkend="openbox"/> (runtime) - this may be replaced by
     34      another WM, see the Configuring instructions in <xref
     35      linkend="lxqt-session"/>.
    3636    </para>
    3737
     
    3939    <para role="recommended">
    4040      <phrase revision="sysv">
    41         <xref linkend="consolekit"/> with
    42         <xref linkend="pm-utils"/>,
     41        <xref linkend="consolekit"/> alone or with
     42        <xref linkend="sddm"/> (this has been
     43        reported as the <quote>recommended <application>LXQt</application>
     44        display manager</quote>) or another Display Manager, e.g.
    4345      </phrase>
    44       <xref linkend="sddm"/> (recommended by <application>LXQt</application>
    45       developpers) or another Display Manager, e.g.
    46       <xref linkend="lxdm"/>,
    47       <xref linkend="desktop-file-utils"/>,
    48       <xref linkend="shared-mime-info"/>,
    49       <xref linkend="xdg-utils"/>, and
    50       <xref linkend="xscreensaver"/>
     46      <xref linkend="lxdm"/>, and
     47      <xref linkend="dbus"/>
    5148    </para>
    5249
     
    5754  </sect2>
    5855
    59   <sect2 role="configuration">
    60     <title>Final Configuration</title>
     56  <sect2 role="final-config">
     57    <title>Final configuration</title>
    6158
    6259    <para>
    63       If <application>LXQt</application> is installed in <filename
    64       class="directory">/usr</filename>, jump directly to <xref
    65       linkend="lxqt-final-updates"/>, otherwise run the commands in the
    66       next section.
     60      If installed in /usr, you do not need final configuration. Jump to
     61      <quote>Starting LXQt</quote>, below.
    6762    </para>
    6863
    69     <sect3>
    70       <title>Configuration needed only if installing into /opt</title>
    71       <para>
    72         If <application>LXQt</application> is installed into <filename
    73         class="directory">/opt</filename>, some files have to be copied to
    74         <filename class="directory">/usr/share</filename>, so that the system
    75         can find them. Run the following commands, as the <systemitem
    76         class="username">root</systemitem> user:
    77       </para>
     64    <para>
     65      If installed in /opt, in order for the system to find some files, run the
     66      following commands, as the <systemitem class="username">root</systemitem>
     67      user:
     68    </para>
    7869
    7970<screen role="root"><userinput>ln -svfn $LXQT_PREFIX/share/lxqt /usr/share/lxqt &amp;&amp;
     
    9586ldconfig</userinput></screen>
    9687
    97     </sect3>
    98 
    99     <sect3 id="lxqt-final-updates" xreflabel="LXQt Final Updates">
    100       <title>LXQt Final Updates</title>
    101 
    102       <para>
    103         The desktop databases have to be created or updated at this point.
    104         Run the following commands as the <systemitem
    105         class="username">root</systemitem> user:
    106       </para>
    107 
    108 <screen role="root"><userinput>update-mime-database /usr/share/mime          &amp;&amp;
    109 xdg-icon-resource forceupdate --theme hicolor &amp;&amp;
    110 update-desktop-database -q</userinput></screen>
    111 
    112     </sect3>
    113 
    11488  </sect2>
    11589
     
    12094      You can start <application>LXQt</application> from runlevel 3, using
    12195      <xref linkend="xinit"/>, or from runlevel 5, using a Display Manager,
    122       such as <xref linkend="sddm"/>.
     96      such as <xref linkend="sddm"/>. The <filename>lxqt.desktop</filename>
     97      file needs to be fixed, or will not be listed in <xref linkend="sddm"/>
     98      and <xref linkend="lxdm"/>:
    12399    </para>
    124100
    125101    <para revision="systemd">
    126102      You can start <application>LXQt</application> from a TTY, using
    127       <xref linkend="xinit"/>, or by using a graphical display manager such
    128       as <xref linkend="sddm"/>.
     103      <xref linkend="xinit"/><!--, or by using a graphical display manager such
     104      as <xref linkend="sddm"/>. The <filename>lxqt.desktop</filename>
     105      file needs to be fixed, or it will not be listed in <xref linkend="sddm"/>
     106      and <xref linkend="lxdm"/>-->.
    129107    </para>
     108
     109<screen role="root"><userinput>sed -e '/TryExec/d' \
     110    -i /usr/share/xsessions/lxqt.desktop</userinput></screen>
    130111
    131112    <para>
Note: See TracChangeset for help on using the changeset viewer.