Changeset de1a0d9


Ignore:
Timestamp:
04/28/2014 09:37:30 PM (10 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.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:
410e2ab8
Parents:
56605b9
Message:

Add references to dbus-launch to window managers

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r56605b9 rde1a0d9  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[bdubbs] - Add references to dbus-launch to window
     52          managers.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[bdubbs] - Remove XML::Parser from perl modules.</para>
    5256        </listitem>
  • kde/core/config.xml

    r56605b9 rde1a0d9  
    1515
    1616  <title>Starting KDE</title>
     17
     18  <bridgehead renderas="sect3">KDE Startup Dependencies</bridgehead>
     19
     20  <bridgehead renderas="sect4">Optional</bridgehead>
     21  <para role="optional">
     22    <xref linkend="dbus-launch"/> (runtime)
     23  </para>
    1724
    1825  <para>After <application>Kde-workspace</application> has been installed, the
  • lxde/desktop/lxde-common.xml

    r56605b9 rde1a0d9  
    9292    <bridgehead renderas="sect4">Optional Runtime Dependencies</bridgehead>
    9393    <para role="optional">
    94       Notification Daemon, such as
     94      <xref linkend="dbus-launch"/>,
     95      a notification daemon such as
    9596      <xref linkend="notification-daemon"/> or
    96       <xref linkend="xfce4-notifyd"/> and
    97       Polkit Authentication Agent, such as
     97      <xref linkend="xfce4-notifyd"/>, and
     98      a polkit authentication agent such as
    9899      <xref linkend="lxpolkit"/> or
    99100      <xref linkend="polkit-gnome"/>
  • x/wm/fluxbox.xml

    r56605b9 rde1a0d9  
    6565    <bridgehead renderas="sect4">Optional</bridgehead>
    6666    <para role="optional">
    67       <xref linkend="fribidi"/> and
     67      <xref linkend="dbus-launch"/> (runtime),
     68      <xref linkend="fribidi"/>, and
    6869      <xref linkend="imlib2"/> (if you wish to use other image formats in addition to XPM)
    6970    </para>
  • x/wm/openbox.xml

    r56605b9 rde1a0d9  
    7777    <bridgehead renderas="sect4">Optional</bridgehead>
    7878    <para role="optional">
     79      <xref linkend="dbus-launch"/> (runtime),
    7980      <xref linkend="imlib2"/> (to enable icons in the right click menu),
    8081      <xref linkend="pyxdg"/>,
  • xfce/core/xfce4-session.xml

    r56605b9 rde1a0d9  
    8080    <para role="required">
    8181      <xref linkend="libwnck2"/>,
    82       <xref linkend="libxfce4ui"/> and
     82      <xref linkend="libxfce4ui"/>, and
    8383      <xref linkend="which"/>
    8484    </para>
     
    132132      <application>Xfce4</application>:
    133133      <xref linkend="consolekit"/>,
     134      <xref linkend="dbus-launch"/>,
    134135      <xref linkend="gnupg2"/>,
    135136      <xref linkend="hicolor-icon-theme"/> and
Note: See TracChangeset for help on using the changeset viewer.