Ignore:
Timestamp:
09/25/2015 01:11:15 AM (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:
c81d34a
Parents:
1c2bec77
Message:
  • Fix starting X with startx (from xinit) and sddm (with consolekit2 and upowerd) and somwhat related fixes

◦ sddm-0.12.0: fixes for upauer, Consolekit2, DBUS_CONFIG_FILENAME,

example-config, nolisten tcp, numlock, and setxkbmap.

◦ sddm bootscript: remove upowerd parts.
◦ xinit-1.3.4: Fix startx to use the first available virtual terminal
◦ ConsoleKit2-1.0.0: Fix docdir and xinitrc.d script 90-consolekit.sh

name and place

◦ lxde-common-0.99.0: Fix lxde session start
◦ LXQt Desktop Final Instructions: Fix lxde session start
◦ xfce4-session-4.12.1: Fix lxde session start
◦ Starting KDE4: Fix lxde session start

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

File:
1 edited

Legend:

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

    r1c2bec77 reca7a58  
    8585
    8686    <para>
    87       If an optional Display Manager have been installed and you wish to use it,
    88       skip the following steps.
     87      You can start <application>LXQt</application> from runlevel 3, using
     88      <xref linkend="xinit"/>, or from runlevel 5, using a Display Manager,
     89      such as <xref linkend="sddm"/>.
    8990    </para>
    9091
     
    9495    </para>
    9596
    96 <screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"
    97 ck-launch-session startlxqt
     97<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
     98<literal>ck-launch-session dbus-launch --exit-with-session startlxqt</literal>
    9899EOF
    99100
    100101startx</userinput></screen>
    101102
     103    <para>
     104      The X session starts on the first unused virtual terminal, normally vt7.
     105      You can switch to a vtn (n=1, 2, ...) simultaneously pressing the keys
     106      Ctrl-Alt-Fn. To switch back to the X session, normally started at vt7,
     107      use Ctrl-Alt-F7. If started from vt1 (the usual case), you will see many
     108      messages there, including X starting messages, applications automatically
     109      started with the session, and eventually, some warning and error
     110      messages. You may prefer to redirect those messages to a log file, which
     111      not only will keep vt1 uncluttered, but also can be used for debug
     112      purposes. This can be done starting X with:
     113    </para>
     114
     115    <screen><userinput>startx &amp;&gt; ~/.x-session-errors</userinput></screen>
     116
     117    <para>
     118      You may wish to drop consolekit and/or dbus-launch, e.g., just using
     119      startlxde in .~/.xinitrc, but some functionalities such as mount/umount
     120      file systems from a file manager will not be possible, or the reboot
     121      option will be absent or not functioning, between other problems.
     122    </para>
     123
     124    <para>
     125      Because X is (normally) on vt7, when you shutdown the vt is switched back
     126      to that one where the command starting it was executed. In this case, if
     127      you wish to see the shutdown messages, simultaneously press keys Alt-F7,
     128      because normally those messages appear on the vt where X was running.
     129    </para>
     130
    102131  </sect2>
    103132
Note: See TracChangeset for help on using the changeset viewer.