Changeset b03fbdd7


Ignore:
Timestamp:
05/18/2016 01:25:15 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
61439d5
Parents:
c674ac54
Message:

Fix the "leave" dialog window in LXQt

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17372 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/desktop/lxqt-session.xml

    rc674ac54 rb03fbdd7  
    9292    </para>
    9393
    94 <screen><userinput>mkdir -v build &amp;&amp;
     94<screen><userinput>sed -i s/minimumSize/size/ lxqt-leave/main.cpp &amp;&amp;
     95
     96mkdir -v build &amp;&amp;
    9597cd       build &amp;&amp;
    9698
     
    112114
    113115  </sect2>
    114 <!--
     116
    115117  <sect2 role="commands">
    116118    <title>Command Explanations</title>
    117119
    118120    <para>
    119       <command>sed ...</command>: Fixes the headers for KF5.
    120     </para>
    121 
    122   </sect2>-->
     121      <command>sed ...</command>: Works around a bug preventing the
     122      <quote>leave</quote> dialog window to show up.
     123    </para>
     124
     125  </sect2>
    123126
    124127  <sect2 role="configuration">
Note: See TracChangeset for help on using the changeset viewer.