Ignore:
Timestamp:
08/18/2015 11:16:04 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 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:
6a71920c
Parents:
6073ef0
Message:
  • Update to LVM2.2.02.128.
  • Update to xf86-input-wacom-0.31.0.
  • Update to eog-3.16.3.
  • More short descriptions from Denis Mugnier.
  • Add upowerd to sddm bootscript, for buttons to work (halt, reboot, etc.).
  • Fix lxdm uninstall target in bootscripts Makefile.

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

File:
1 edited

Legend:

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

    r6073ef0 r298fee30  
    3939    <para role="recommended">
    4040      <xref linkend="consolekit"/> alone or with
    41       <xref linkend="lxdm"/> or another Display Manager, e.g.
    42       <ulink url="https://github.com/sddm/sddm">sddm</ulink> (this has been
     41      <xref linkend="sddm"/> (this has been
    4342      reported as the <quote>recommended <application>LXQt</application>
    44       display manager</quote>)
     43      display manager</quote>) or another Display Manager, e.g.
     44      <xref linkend="lxdm"/>.
    4545    </para>
    4646
     
    5555
    5656    <para>
    57       In order for the system to find some files, run the following commands, as
    58       the <systemitem class="username">root</systemitem> user:
     57      If installed in /usr, you do not need final configuration. Jump to
     58      <quote>Starting LXQt</quote>, below.
    5959    </para>
    6060
    61 <screen role="root"><userinput>test -n "$LXQT_PREFIX" || exit
    62 test $LXQT_PREFIX = /usr ||
    63 ln -svfn $LXQT_PREFIX/share/lxqt /usr/share/lxqt &amp;&amp;
     61    <para>
     62      If <quote>LXQT_PREFIX = /usr</quote>, in order for the system to find
     63      some files, run the following commands, as the <systemitem
     64      class="username">root</systemitem> user:
     65    </para>
    6466
    65 test $LXQT_PREFIX = /usr ||
     67<screen role="root"><userinput>ln -svfn $LXQT_PREFIX/share/lxqt /usr/share/lxqt &amp;&amp;
     68
    6669for i in $LXQT_PREFIX/share/applications/*
    6770do
Note: See TracChangeset for help on using the changeset viewer.