Changeset d09eb9b for xfce


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
  • xfce/core/xfce4-session.xml

    rc81d34a rd09eb9b  
    198198    <para>
    199199      The X session starts on the first unused virtual terminal, normally vt7.
    200       You can switch to a vtn (n=1, 2, ...) simultaneously pressing the keys
    201       Ctrl-Alt-Fn. To switch back to the X session, normally started at vt7,
    202       use Ctrl-Alt-F7. If started from vt1 (the usual case), you will see many
    203       messages there, including X starting messages, applications automatically
    204       started with the session, and eventually, some warning and error
    205       messages. You may prefer to redirect those messages to a log file, which
    206       not only will keep vt1 uncluttered, but also can be used for debug
    207       purposes. This can be done starting X with:
     200      You can switch to another vt<emphasis>n</emphasis> simultaneously
     201      pressing the keys Ctrl-Alt-F<emphasis>n</emphasis>
     202      (<emphasis>n</emphasis>=1, 2, ...).  To switch back to the X session,
     203      normally started at vt7, use Ctrl-Alt-F7. The vt where the command
     204      <command>startx</command> was executed will display many messages,
     205      including X starting messages, applications automatically started with
     206      the session, and eventually, some warning and error messages. You may
     207      prefer to redirect those messages to a log file, which not only will keep
     208      the initial vt uncluttered, but can also be used for debug purposes. This
     209      can be done starting X with:
    208210    </para>
    209211
    210212    <screen><userinput>startx &amp;&gt; ~/.x-session-errors</userinput></screen>
    211213
    212     <para>
    213       You may wish to drop consolekit and/or dbus-launch, e.g., just using
    214       startlxde in .~/.xinitrc, but some functionalities such as mount/umount
    215       file systems from a file manager will not be possible, or the reboot
    216       option will be absent or not functioning, between other problems.
    217     </para>
    218 
    219     <para>
    220       Because X is (normally) on vt7, when you shutdown the vt is switched back
    221       to that one where the command starting it was executed. In this case, if
    222       you wish to see the shutdown messages, simultaneously press keys Alt-F7,
    223       because normally those messages appear on the vt where X was running.
     214    <note>
     215      <para>
     216        You may wish to drop consolekit and/or dbus-launch, e.g., just using
     217        startxfce4 in .~/.xinitrc, but some functionalities such as mount/umount
     218        file systems from a file manager will not be possible, or the reboot
     219        option will be absent or not functioning, between other problems.
     220      </para>
     221    </note>
     222
     223    <para>
     224      When shutting down or rebooting, the stopping messages appear on the vt
     225      where X was running. If you wish to see those messages, simultaneously
     226      press keys Alt-F7 (assuming that X was running on vt7).
    224227    </para>
    225228
Note: See TracChangeset for help on using the changeset viewer.