Changeset fc0589b


Ignore:
Timestamp:
07/14/2014 09:52:05 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
60c5a5d
Parents:
152284d
Message:

Replaced consolekit dependency on kde-workspace page with systemd Replaced consolekit dependency on starting kde page with systemd and added systemd
notes Replaced ibus external url to xref as ibus
page has been readded to kdeplasma-addons page kde-workspace lxde-common Added patch to
fix systemd-login and the Make file on the lxsession page Replaced consolekit
dependency on xfce4-session page with systemd and added optional patch deleted consolekit page

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

Files:
1 deleted
9 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r152284d rfc0589b  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "13">                   <!-- Always 2 digits -->
     3<!ENTITY day          "14">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
  • introduction/welcome/changelog.xml

    r152284d rfc0589b  
    4444
    4545-->
     46    <listitem>
     47      <para>July 14th, 2014</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[cjg] - Replaced consolekit dependency on kde-workspace page with systemd.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[cjg] - Replaced consolekit dependency on starting kde page with systemd and added systemd notes.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[cjg] - Replaced ibus external url to xref as ibus page has been readded to kdeplasma-addons page.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[cjg] - Deleted ConsoleKit page.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[cjg] - Replaced consolekit dependency on xfce4-session page with systemd and added optional patch.</para>
     63        </listitem>
     64        <listitem>
     65          <para>[cjg] - Added patch to fix systemd-login and the Make file on the lxsession page.</para>
     66        </listitem>
     67        <listitem>
     68          <para>[cjg] - Replaced consolekit dependency on lxde-common page with systemd.</para>
     69        </listitem>
     70      </itemizedlist>
     71    </listitem>
    4672
    4773    <listitem>
  • kde/add/kdeplasma-addons.xml

    r152284d rfc0589b  
    7979      <xref linkend="qjson"/>,
    8080      <ulink url="http://eigen.tuxfamily.org/">Eigen</ulink> (for the Mandelbrot wallpaper plugin) and
    81       <ulink url="https://code.google.com/p/ibus/">IBus</ulink>,
     81      <xref linkend="ibus"/>,
    8282      <ulink url="&kde-download-http;&kde-version;/src/">Nepomuk</ulink>
    8383      <ulink url="http://edu.kde.org/marble/">Marble</ulink> (for the desktop globe wallpaper),
  • kde/core/config.xml

    r152284d rfc0589b  
    3636<literal># Begin .xinitrc
    3737
    38 exec ck-launch-session dbus-launch --exit-with-session startkde
     38exec dbus-launch --exit-with-session startkde
    3939
    4040# End .xinitrc</literal>
    4141EOF</userinput></screen>
    42 
    43     <note><para>If you are not using <application>ConsoleKit</application>, remove
    44     <userinput>ck-launch-session</userinput>.</para></note>
    4542
    4643    <para>You can now start KDE using the <command>startx</command> command.</para>
     
    5249
    5350    <para>KDE comes with a graphical login interface called KDM (the KDE Display
    54     Manager), which provides a customizable graphical login at boot. To use KDM,
    55     you need to edit your <filename>/etc/inittab</filename> file (as the
    56     <systemitem class="username">root</systemitem> user).
    57     First, setup run-level 5 to start KDM (adjust
    58     the path to kdm according to your system):</para>
     51    Manager), which provides a customizable graphical login at boot. The <xref linkend="systemd-units"/>
     52    package provides a native systemd unit file to enable it and  use KDM,
     53      (as the <systemitem class="username">root</systemitem> user).
     54    :</para>
    5955
    60 <screen><userinput>cat &gt;&gt; /etc/inittab &lt;&lt; EOF
    61 <literal>kd:5:respawn:/opt/kde/bin/kdm</literal>
    62 EOF</userinput></screen>
    63 
    64     <para>Additionally, you need to change the default run-level from 3 to 5:</para>
    65 
    66 <screen><userinput>sed -i 's#id:3:initdefault:#id:5:initdefault:#' /etc/inittab</userinput></screen>
     56<screen><userinput>make install-kdm</userinput></screen>
    6757
    6858    <para>You can now restart your system and see the KDE login
  • kde/core/kde-workspace.xml

    r152284d rfc0589b  
    8989      <xref linkend="freetype2"/>,
    9090      <xref linkend="pciutils"/>, and
    91       <xref linkend="consolekit"/>
     91      <xref linkend="systemd"/>
    9292    </para>
    9393
     
    141141install -o kdm -g kdm -dm755 /var/lib/kdm</userinput></screen>
    142142
     143    <note>
     144    <para>
     145      This package should work just fine with systemd-logind instead of ConsoleKit.
     146      If cmake complains about missing ConsoleKit at build time, just
     147      pass "-DWITH_CkConnector=OFF" to the cmake options.
     148      This package also requires the logind PAM module to be installed and properly
     149      configured.
     150    </para>
     151    </note>
     152 
    143153    <para>
    144154      Install <application>Kde-workspace</application> by running the following
  • lxde/desktop/lxde-common.xml

    r152284d rfc0589b  
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
    77       <xref linkend="consolekit"/>,
     77      <xref linkend="systemd"/>,
    7878      <xref linkend="lxde-icon-theme"/>,
    7979      <xref linkend="lxpanel"/>,
  • lxde/desktop/lxsession.xml

    r152284d rfc0589b  
    7171    </itemizedlist>
    7272
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74
     75    <bridgehead renderas="sect4">Required Patches</bridgehead>
     76    <itemizedlist spacing='compact'>
     77      <listitem>
     78        <para><ulink       
     79         url="http://mirror.internode.on.net/pub/gentoo-portage/lxde-base/lxsession/files/lxsession-0.4.9.2-fix-logind-dbus-calls.patch"/></para>
     80      </listitem>
     81      <listitem>
     82        <para><ulink
     83         url="http://mirror.internode.on.net/pub/gentoo-portage/lxde-base/lxsession/files/lxsession-0.4.9.2-makefile.patch"/></para>
     84      </listitem>
     85    </itemizedlist>
     86
    7387    <bridgehead renderas="sect3">LXSession Dependencies</bridgehead>
    7488
     
    102116      commands:
    103117    </para>
     118
     119
     120    <para>Apply a patch to fix systemd-login:</para>
     121
     122<screen><userinput>patch -Np1 -i ../lxsession-&lxsession-version;-fix-logind-dbus-calls.patch</userinput></screen>
     123
     124    <para>Apply a patch to fix an error in the makefile:</para>
     125
     126<screen><userinput>patch -Np1 -i ../lxsession-&lxsession-version;-makefile.patch</userinput></screen>
     127
    104128
    105129<screen><userinput>./configure --prefix=/usr --disable-man &amp;&amp;
  • postlfs/security/security.xml

    r152284d rfc0589b  
    4343  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vulnerabilities.xml"/>
    4444  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cacerts.xml"/>
    45   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="consolekit.xml"/>
    4645  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cracklib.xml"/>
    4746  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cyrus-sasl.xml"/>
  • xfce/core/xfce4-session.xml

    r152284d rfc0589b  
    7575    </itemizedlist>
    7676
     77    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     78
     79    <bridgehead renderas="sect4">Optonal Patch (To make suspend and hibernate work)</bridgehead>
     80    <itemizedlist spacing='compact'>
     81      <listitem>
     82        <para><ulink
     83        url="&patch-root;/xfce4-session-&xfce4-session-version;-logind_suspend_hibernate-1.patch"/></para>
     84      </listitem>
     85    </itemizedlist>
     86
     87
    7788    <bridgehead renderas="sect3">Xfce4 Session Dependencies</bridgehead>
    7889
     
    131142      There are several optional run time dependencies for
    132143      <application>Xfce4</application>:
    133       <xref linkend="consolekit"/>,
     144      <xref linkend="systemd"/>,
    134145      <xref linkend="dbus"/>,
    135146      <xref linkend="gnupg2"/>,
     
    140151    <para>
    141152      To launch <application>Xfce4</application> use the command
    142       <command>startxfce4</command>. If you have <xref linkend="consolekit"/>
    143       installed, use <command>startxfce4 --with-ck-launch</command>.
    144       <application>ConsoleKit</application> is required to perform any
    145       task that requires administrative access, including shut down
    146       and reboot.
     153      <command>startxfce4</command>.
    147154    </para>
    148155
Note: See TracChangeset for help on using the changeset viewer.