Ignore:
Timestamp:
06/26/2019 04:18:28 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
b72ee6a
Parents:
284586c
Message:

Merge to HEAD 21727.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xfce/core/xfce4-session.xml

    r284586c r25e9ce9  
    144144      There are several optional run time dependencies for
    145145      <application>Xfce4</application>:
    146       <phrase revision="sysv"><xref linkend="consolekit"/>,</phrase>
    147146      <xref linkend="dbus"/>,
    148147      <xref linkend="gnupg2"/>,
     
    150149      <xref linkend="openssh"/>
    151150    </para>
    152 <!--
    153     <para>
    154       To launch <application>Xfce4</application> use the command
    155       <command>startxfce4</command>. If you have <xref linkend="consolekit"/>
    156       installed, use <command>startxfce4 -\-with-ck-launch</command>.
    157       <application>ConsoleKit</application> is required to perform any
    158       task that requires administrative access, including shut down
    159       and reboot.
    160     </para>-->
    161151
    162152    <para>
     
    187177    <para revision="systemd">
    188178      You can start <application>Xfce4</application> from a TTY using
    189       <xref linkend="xinit"/><!--, or from a graphical display manager, such as
    190       <xref linkend="lightdm"/>-->.
     179      <xref linkend="xinit"/>, or from a graphical display manager, such as
     180      <xref linkend="lightdm"/>.
    191181    </para>
    192182
     
    196186    </para>
    197187
    198 <screen revision="sysv"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
    199 <literal>ck-launch-session dbus-launch --exit-with-session startxfce4</literal>
    200 EOF
    201 
    202 startx</userinput></screen>
    203 
    204 <screen revision="systemd"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
     188<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
    205189<literal>dbus-launch --exit-with-session startxfce4</literal>
    206190EOF
Note: See TracChangeset for help on using the changeset viewer.