Author: cjg Date: Fri Oct 3 11:13:33 2014 New Revision: 14472 Log: Updated gnome-settings-daemon page to copy a missed file during installation.
Modified: branches/systemd/general.ent branches/systemd/gnome/desktop/gnome-settings-daemon.xml Modified: branches/systemd/general.ent ============================================================================== --- branches/systemd/general.ent Fri Oct 3 10:52:54 2014 (r14471) +++ branches/systemd/general.ent Fri Oct 3 11:13:33 2014 (r14472) @@ -1,6 +1,6 @@ <!-- $LastChangedBy$ $Date$ --> -<!ENTITY day "02"> <!-- Always 2 digits --> +<!ENTITY day "03"> <!-- Always 2 digits --> <!ENTITY month "10"> <!-- Always 2 digits --> <!ENTITY year "2014"> <!ENTITY copyrightdate "2001-&year;"> Modified: branches/systemd/gnome/desktop/gnome-settings-daemon.xml ============================================================================== --- branches/systemd/gnome/desktop/gnome-settings-daemon.xml Fri Oct 3 10:52:54 2014 (r14471) +++ branches/systemd/gnome/desktop/gnome-settings-daemon.xml Fri Oct 3 11:13:33 2014 (r14472) @@ -135,6 +135,12 @@ <screen role="root"><userinput>make udevrulesdir=/lib/udev/rules.d install</userinput></screen> + <para> + Copy a missing file as the <systemitem class="username">root</systemitem> user: + </para> + +<screen role="root"><userinput>cp -v -m644 data/gnome-settings-daemon.desktop /usr/share/applications</userinput></screen> + </sect2> <sect2 role="commands"> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
