<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:onyxnz1@gmail.com" title="onyx <onyxnz1@gmail.com>"> <span class="fn">onyx</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Print dialog box in Writer is too tall for screen so the button is off the bottom"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128495">bug 128495</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>REOPENED
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Print dialog box in Writer is too tall for screen so the button is off the bottom"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128495#c21">Comment # 21</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Print dialog box in Writer is too tall for screen so the button is off the bottom"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128495">bug 128495</a>
              from <span class="vcard"><a class="email" href="mailto:onyxnz1@gmail.com" title="onyx <onyxnz1@gmail.com>"> <span class="fn">onyx</span></a>
</span></b>
        <pre>@FerbTux:
Thanks! Good find.

For those who don't understand how to fix this, this is what I did using
FerbTux's find:

In your home directory, create a new document, called libreofficestarter.sh

Edit that with a text editor, eg Geany, to be:

#!/bin/sh
SAL_USE_VCLPLUGIN=gen libreoffice


Then save, and make it executable, either using the file manager , or in the
terminal:
chmod +x ~/libreofficestarter.sh

Then in your desktop's panel, or whereever you can, create a new Launcher,
pointing to the libreofficestarter.sh. Use this to launch from now on.

Further note:
Because I have updated my wife's laptop to use lo6.4 rather than Mint's stock
6.1, my command line looks like:
#!/bin/sh
SAL_USE_VCLPLUGIN=gen libreoffice6.4 --writer</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>