Author: bdubbs
Date: Wed Apr 16 10:23:44 2014
New Revision: 12961

Log:
Add patch to lxpanel to fix handling of .desktop files.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/lxde/desktop/lxpanel.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed Apr 16 09:05:09 
2014        (r12960)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Apr 16 10:23:44 
2014        (r12961)
@@ -48,6 +48,11 @@
       <para>April 16th, 2014</para>
       <itemizedlist>
        <listitem>
+          <para>[bdubbs] - Added patch to lxpanel to fix handling
+          of .desktop files. Fixes
+          <ulink url="&blfs-ticket-root;4915">#4915</ulink>.</para>
+        </listitem>
+       <listitem>
           <para>[bdubbs] - Updated to mariadb-10.0.10. Fixes
           <ulink url="&blfs-ticket-root;4883">#4883</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/lxde/desktop/lxpanel.xml
==============================================================================
--- trunk/BOOK/lxde/desktop/lxpanel.xml Wed Apr 16 09:05:09 2014        (r12960)
+++ trunk/BOOK/lxde/desktop/lxpanel.xml Wed Apr 16 10:23:44 2014        (r12961)
@@ -70,6 +70,16 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Required patch:
+          <ulink 
url="&patch-root;/lxpanel-&lxpanel-version;-desktop_files-1.patch"/>
+        </para>
+      </listitem>
+    </itemizedlist>
+
     <bridgehead renderas="sect3">LXPanel Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -105,7 +115,8 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr &amp;&amp;
+<screen><userinput>patch -Np1 -i 
../lxpanel-&lxpanel-version;-desktop_files-1.patch &amp;&amp;
+./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
     <para>
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to