Author: pierre
Date: Wed May 18 06:25:15 2016
New Revision: 17372

Log:
Fix the "leave" dialog window in LXQt

Modified:
   trunk/BOOK/lxqt/desktop/lxqt-session.xml

Modified: trunk/BOOK/lxqt/desktop/lxqt-session.xml
==============================================================================
--- trunk/BOOK/lxqt/desktop/lxqt-session.xml    Tue May 17 15:07:01 2016        
(r17371)
+++ trunk/BOOK/lxqt/desktop/lxqt-session.xml    Wed May 18 06:25:15 2016        
(r17372)
@@ -91,7 +91,9 @@
       commands:
     </para>
 
-<screen><userinput>mkdir -v build &amp;&amp;
+<screen><userinput>sed -i s/minimumSize/size/ lxqt-leave/main.cpp &amp;&amp;
+
+mkdir -v build &amp;&amp;
 cd       build &amp;&amp;
 
 cmake -DCMAKE_BUILD_TYPE=Release          \
@@ -111,15 +113,16 @@
 <screen role="root"><userinput>make install</userinput></screen>
 
   </sect2>
-<!--
+
   <sect2 role="commands">
     <title>Command Explanations</title>
 
     <para>
-      <command>sed ...</command>: Fixes the headers for KF5.
+      <command>sed ...</command>: Works around a bug preventing the
+      <quote>leave</quote> dialog window to show up.
     </para>
 
-  </sect2>-->
+  </sect2>
 
   <sect2 role="configuration">
     <title>Configuring lxqt-session</title>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to