Changeset d09eb9b for lxde/desktop


Ignore:
Timestamp:
09/25/2015 01:48:24 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:
1c7e5c8a
Parents:
c81d34a
Message:
  • Fix starting X with startx or sddm ... Part 2. ▪ sddm-0.12.0 ▪ xinit-1.3.4 ▪ ConsoleKit2-1.0.0 ▪ lxde-common-0.99.0 ▪ LXQt Desktop Final Instructions ▪ xfce4-session-4.12.1 ▪ Starting KDE4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxde/desktop/lxde-common.xml

    rc81d34a rd09eb9b  
    9090    </para>
    9191
     92    <bridgehead renderas="sect4">Recommended Runtime Dependencies</bridgehead>
     93    <para role="recommended">
     94      <xref linkend="consolekit"/> and
     95      <xref linkend="dbus"/>
     96    </para>
     97
    9298    <bridgehead renderas="sect4">Optional Runtime Dependencies</bridgehead>
    9399    <para role="optional">
    94       <xref linkend="dbus"/>, and
    95       a notification daemon such as
     100      A notification daemon such as
    96101      <xref linkend="notification-daemon"/> or
    97102      <xref linkend="xfce4-notifyd"/>
     
    157162    <para>
    158163      The X session starts on the first unused virtual terminal, normally vt7.
    159       You can switch to a vtn (n=1, 2, ...) simultaneously pressing the keys
    160       Ctrl-Alt-Fn. To switch back to the X session, normally started at vt7,
    161       use Ctrl-Alt-F7. If started from vt1 (the usual case), you will see many
    162       messages there, including X starting messages, applications automatically
    163       started with the session, and eventually, some warning and error
    164       messages. You may prefer to redirect those messages to a log file, which
    165       not only will keep vt1 uncluttered, but also can be used for debug
    166       purposes. This can be done starting X with:
     164      You can switch to another vt<emphasis>n</emphasis> simultaneously
     165      pressing the keys Ctrl-Alt-F<emphasis>n</emphasis>
     166      (<emphasis>n</emphasis>=1, 2, ...).  To switch back to the X session,
     167      normally started at vt7, use Ctrl-Alt-F7. The vt where the command
     168      <command>startx</command> was executed will display many messages,
     169      including X starting messages, applications automatically started with
     170      the session, and eventually, some warning and error messages. You may
     171      prefer to redirect those messages to a log file, which not only will keep
     172      the initial vt uncluttered, but can also be used for debug purposes. This
     173      can be done starting X with:
    167174    </para>
    168175
    169176    <screen><userinput>startx &amp;&gt; ~/.x-session-errors</userinput></screen>
    170177
    171     <para>
    172       You may wish to drop consolekit and/or dbus-launch, e.g., just using
    173       startlxde in .~/.xinitrc, but some functionalities such as mount/umount
    174       file systems from a file manager will not be possible, or the reboot
    175       option will be absent or not functioning, between other problems.
    176     </para>
    177 
    178     <para>
    179       Because X is (normally) on vt7, when you shutdown the vt is switched back
    180       to that one where the command starting it was executed. In this case, if
    181       you wish to see the shutdown messages, simultaneously press keys Alt-F7,
    182       because normally those messages appear on the vt where X was running.
     178    <note>
     179      <para>
     180        You may wish to drop consolekit and/or dbus-launch, e.g., just using
     181        startlxde in .~/.xinitrc, but some functionalities such as mount/umount
     182        file systems from a file manager will not be possible, or the reboot
     183        option will be absent or not functioning, between other problems.
     184      </para>
     185    </note>
     186
     187    <para>
     188      When shutting down or rebooting, the stopping messages appear on the vt
     189      where X was running. If you wish to see those messages, simultaneously
     190      press keys Alt-F7 (assuming that X was running on vt7).
    183191    </para>
    184192
Note: See TracChangeset for help on using the changeset viewer.