Fix the "leave" dialog window in LXQt

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17372 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2016-05-18 13:25:15 +00:00
parent c674ac54ca
commit b03fbdd7c5

View File

@ -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 @@ make</userinput></screen>
<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>