Changeset cc14443a


Ignore:
Timestamp:
09/17/2012 01:11:49 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2895b89d
Parents:
f695fc0
Message:

Add optional run time dependencies to
xfce and chagne the startup procedures.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rf695fc0 rcc14443a  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[bdubbs] - Add optional run time dependencies to
     51          xfce and chagne the startup procedures.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[bdubbs] - Update to docbook-xsl-1.77.1. Fixes
    5155          <ulink url="&blfs-ticket-root;3568">#3568</ulink>.</para>
  • xfce/core/xfce4-session.xml

    rf695fc0 rcc14443a  
    120120    <title>Configuring Xfce4 Session</title>
    121121
    122     <para>
    123       To launch <application>Xfce4</application> when you start
    124       <application>Xorg</application>, put <command>xfce4-session</command> in
    125       your <filename>~/.xinitrc</filename>:
    126     </para>
    127 
    128 <screen><userinput>echo exec xfce4-session &gt; ~/.xinitrc</userinput></screen>
    129 
    130     <para>
    131       If you have installed <xref linkend='dbus'/> and want to use it within
    132       <application>Xfce4</application>, ensure the D-BUS daemon is started and
    133       change the <filename>~/.xinitrc</filename> to read:
    134     </para>
    135 
    136 <screen><userinput>echo "exec dbus-launch --exit-with-session xfce4-session" &gt; ~/.xinitrc</userinput></screen>
    137    
     122    <para>There are several optional run time dependencies for
     123    <application>Xfce4</application>:  <xref linkend="hicolor-icon-theme"/>,
     124    <xref linkend="consolekit"/>, <xref linkend="upower"/>,
     125    <xref linkend="openssh"/>, <xref linkend="gnupg2"/>, and
     126    <xref linkend="sudo"/>.</para>
     127
     128    <para>
     129      To launch <application>Xfce4</application> use the command
     130      <command>startxfce4</command>.  If you have <xref linkend="consolekit"/>
     131      installed, use <command>startxfce4 --with-ck-launch</command>.
     132    </para>
     133
    138134    <para>
    139135      To determine who can shut down or reboot your computer,
Note: See TracChangeset for help on using the changeset viewer.