Ignore:
Timestamp:
09/04/2016 08:51:37 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
2a589b08
Parents:
b06ee8de
Message:

Tag Weston
Fix URLs in KF5
(systemd) Fix instructions for LXDM, XFCE4-SESSION, Plasma5, and LxQT

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

File:
1 edited

Legend:

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

    rb06ee8de r3f460da0  
    8989    <title>Starting LXQt</title>
    9090
    91     <para>
     91    <para revision="sysv">
    9292      You can start <application>LXQt</application> from runlevel 3, using
    9393      <xref linkend="xinit"/>, or from runlevel 5, using a Display Manager,
     
    9595      file needs to be fixed, or will not be listed in <xref linkend="sddm"/>
    9696      and <xref linkend="lxdm"/>:
     97    </para>
     98
     99    <para revision="systemd">
     100      You can start <application>LXQt</application> from a TTY, using
     101      <xref linkend="xinit"/>, or by using a graphical display manager such
     102      as <xref linkend="sddm"/>. The <filename>lxqt.desktop</filename>
     103      file needs to be fixed, or it will not be listed in <xref linkend="sddm"/>
     104      and <xref linkend="lxdm"/>
    97105    </para>
    98106
     
    105113    </para>
    106114
    107 <screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
     115<screen revision="sysv"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
    108116<literal>ck-launch-session dbus-launch --exit-with-session startlxqt</literal>
     117EOF
     118
     119startx</userinput></screen>
     120
     121<screen revision="systemd"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
     122<literal>dbus-launch --exit-with-session startlxqt</literal>
    109123EOF
    110124
     
    127141    <screen><userinput>startx &amp;&gt; ~/.x-session-errors</userinput></screen>
    128142
    129     <note>
     143    <note revision="sysv">
    130144      <para>
    131145        You may wish to drop consolekit and/or dbus-launch, e.g., just using
Note: See TracChangeset for help on using the changeset viewer.