Ignore:
Timestamp:
11/07/2015 06:30:07 PM (8 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.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:
fcd24c06
Parents:
edbe5c0
Message:
  • Update to sddm-0.13.0.
  • Add fix for lxqt.desktop in "LXQt Desktop Final Instructions", to be listed in SDDM and LXDM.

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

File:
1 edited

Legend:

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

    redbe5c0 r358258c2  
    6868<screen role="root"><userinput>ln -svfn $LXQT_PREFIX/share/lxqt /usr/share/lxqt &amp;&amp;
    6969
     70cp -v {$LXQT_PREFIX,/usr}/share/share/xsessions/lxqt.desktop &amp;&amp;
     71
    7072for i in $LXQT_PREFIX/share/applications/*
    7173do
     
    8890      You can start <application>LXQt</application> from runlevel 3, using
    8991      <xref linkend="xinit"/>, or from runlevel 5, using a Display Manager,
    90       such as <xref linkend="sddm"/>.
     92      such as <xref linkend="sddm"/>. The <filename>lxqt.desktop</filename>
     93      file needs to be fixed, or will not be listed in <xref linkend="sddm"/>
     94      and <xref linkend="lxdm"/>:
    9195    </para>
     96
     97<screen role="root"><userinput>sed -e '/TryExec/d' \
     98    -i /usr/share/xsessions/lxqt.desktop</userinput></screen>
    9299
    93100    <para>
Note: See TracChangeset for help on using the changeset viewer.