Ignore:
Timestamp:
06/23/2023 03:55:56 AM (15 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, 12.2, gimp3, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
532405b
Parents:
1cc6ea03
Message:

Update pre and post lxqt install for current conditions

File:
1 edited

Legend:

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

    r1cc6ea03 r0ea82524  
    127127
    128128<screen revision="systemd"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
    129 <literal>dbus-launch --exit-with-session startlxqt</literal>
     129<literal>exec startlxqt</literal>
    130130EOF
    131131
     
    133133
    134134    <para>
    135       The X session starts on the first unused virtual terminal, normally vt7.
     135      The X session starts on the first unused virtual terminal, normally vt1.
    136136      You can switch to another vt<emphasis>n</emphasis> simultaneously
    137137      pressing the keys Ctrl-Alt-F<emphasis>n</emphasis>
    138       (<emphasis>n</emphasis>=1, 2, ...).  To switch back to the X session,
    139       normally started at vt7, use Ctrl-Alt-F7. The vt where the command
     138      (<emphasis>n</emphasis>=2, 3, ...).  To switch back to the X session,
     139      normally started at vt1, use Ctrl-Alt-F1. The vt where the command
    140140      <command>startx</command> was executed will display many messages,
    141141      including X starting messages, applications automatically started with
     
    148148    <screen><userinput>startx &amp;&gt; ~/.x-session-errors</userinput></screen>
    149149
    150     <note revision="sysv">
    151       <para>
    152         You may wish to drop consolekit and/or dbus-launch, e.g., just using
    153         startlxqt in ~/.xinitrc. However some capabilities such as mounting or
    154         umounting file systems from a file manager will not be possible, or the
    155         reboot option will be absent or inoperative, among other problems.
    156       </para>
    157     </note>
    158 
    159     <para>
    160       When shutting down or rebooting, the shutdown messages appear on the vt
    161       where X was running. If you wish to see those messages, simultaneously
    162       press keys Alt-F7 (assuming that X was running on vt7).
    163     </para>
    164 
    165150  </sect2>
    166151
Note: See TracChangeset for help on using the changeset viewer.