Changeset eca7a58 for xfce/core


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

    r1c2bec77 reca7a58  
    8787    <bridgehead renderas="sect4">Recommended</bridgehead>
    8888    <para role="recommended">
    89       <xref linkend="desktop-file-utils"/> 
    90       <xref linkend="shared-mime-info"/>, and
     89      <xref linkend="desktop-file-utils"/>,
     90      <xref linkend="shared-mime-info"/> and
    9191      <xref linkend="polkit-gnome"/>
    9292    </para>
     
    150150      <xref linkend="openssh"/>
    151151    </para>
    152 
     152<!--
    153153    <para>
    154154      To launch <application>Xfce4</application> use the command
    155155      <command>startxfce4</command>. If you have <xref linkend="consolekit"/>
    156       installed, use <command>startxfce4 --with-ck-launch</command>.
     156      installed, use <command>startxfce4 -\-with-ck-launch</command>.
    157157      <application>ConsoleKit</application> is required to perform any
    158158      task that requires administrative access, including shut down
    159159      and reboot.
    160     </para>
     160    </para>-->
    161161
    162162    <para>
     
    174174<screen role="root"><userinput>update-desktop-database &amp;&amp;
    175175update-mime-database</userinput></screen>
     176  </sect2>
     177
     178  <sect2 role="starting">
     179    <title>Starting Xfce4</title>
     180
     181    <para>
     182      You can start <application>Xfce4</application> from runlevel 3, using
     183      <xref linkend="xinit"/>, or from runlevel 5, using a Display Manager,
     184      such as <xref linkend="sddm"/>.
     185    </para>
     186
     187    <para>
     188      To start <application>Xfce4</application> using <xref linkend="xinit"/>,
     189      run the following commands:
     190    </para>
     191
     192<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
     193<literal>ck-launch-session dbus-launch --exit-with-session startxfce4</literal>
     194EOF
     195
     196startx</userinput></screen>
     197
     198    <para>
     199      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:
     208    </para>
     209
     210    <screen><userinput>startx &amp;&gt; ~/.x-session-errors</userinput></screen>
     211
     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.
     224    </para>
     225
    176226  </sect2>
    177227
Note: See TracChangeset for help on using the changeset viewer.