mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
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:
parent
c674ac54ca
commit
b03fbdd7c5
@ -91,7 +91,9 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>mkdir -v build &&
|
||||
<screen><userinput>sed -i s/minimumSize/size/ lxqt-leave/main.cpp &&
|
||||
|
||||
mkdir -v build &&
|
||||
cd build &&
|
||||
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user