Ignore:
Timestamp:
11/27/2016 04:05:13 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
53375fc
Parents:
23e36d1
Message:

lxpanel-0.9.1, lxde-common-0.99.2, mupdf-1.10

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

File:
1 edited

Legend:

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

    r23e36d1 rff3a9a0  
    77  <!ENTITY lxde-common-download-http "&sourceforge-repo;/lxde/lxde-common-&lxde-common-version;.tar.xz">
    88  <!ENTITY lxde-common-download-ftp  " ">
    9   <!ENTITY lxde-common-md5sum        "3ab92bd7bcff8bc8e6395651d164cf76">
    10   <!ENTITY lxde-common-size          "872 KB">
    11   <!ENTITY lxde-common-buildsize     "2.8 MB">
     9  <!ENTITY lxde-common-md5sum        "14a9d19c4576dc15d985453ccb8ca9f6">
     10  <!ENTITY lxde-common-size          "869 KB">
     11  <!ENTITY lxde-common-buildsize     "2.7 MB">
    1212  <!ENTITY lxde-common-time          "less than 0.1 SBU">
    1313]>
     
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
    77       <phrase revision="sysv"><xref linkend="consolekit"/>,</phrase>
    7877      <xref linkend="lxde-icon-theme"/>,
    7978      <xref linkend="lxpanel"/>,
     
    10099      A notification daemon such as
    101100      <xref linkend="notification-daemon"/> or
    102       <xref linkend="xfce4-notifyd"/>
     101      <xref linkend="xfce4-notifyd"/>, and a display manager such as
     102      <xref linkend="lxdm"/> or
     103      <xref linkend="sddm"/>
    103104    </para>
    104105
     
    155156
    156157<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
    157 <literal>ck-launch-session dbus-launch --exit-with-session startlxde</literal>
     158<literal># No need to run dbus-launch, since it is run by startlxde
     159ck-launch-session startlxde</literal>
    158160EOF
    159161
     
    178180    <note>
    179181      <para>
    180         You may wish to drop consolekit and/or dbus-launch, e.g., just using
     182        You may wish to drop consolekit, just using
    181183        startlxde in ~/.xinitrc. However some capabilities such as mounting or
    182         umounting file systems from a file manager will not be possible, or the
    183         reboot option will be absent or inoperative, among other problems.
     184        umounting file systems from a file manager will not be available, or
     185        the reboot option will be absent or inoperative, among other problems.
    184186      </para>
    185187    </note>
Note: See TracChangeset for help on using the changeset viewer.