[Libreoffice-bugs] [Bug 128495] Print dialog box in Writer is too tall for screen so the button is off the bottom
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Mar 27 19:12:37 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=128495
onyx <onyxnz1 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
--- Comment #21 from onyx <onyxnz1 at gmail.com> ---
@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
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200327/60a04379/attachment.htm>
More information about the Libreoffice-bugs
mailing list