Hello,
There is no option to set the number of copies in print options
That’s not correct - there is such option but you need to click on More:
![image description](https://ask.libreoffice.org/uploads/asklibo/original/3X/3/b/3b9a4a0778880983cf01d26a316cacc206b2aea2.gif)
Note
There is even a way (i.e a workaround by now) to make More being expanded by default. This requires modification of a single file in LibreOffice installation directory. If you are interested, the procedure is:
- Stop LibreOffice
- Locate the installation directory of LibreOffice installation (on Arch-based
Manjaro
distribution the installation directory is: /usr/lib/libreoffice/
- but on Arch it may be different; please check)
- make a backup copy of file
<installdir>/share/config/soffice.cfg/vcl/ui/printdialog.ui
(on Manjaro: sudo cp /usr/lib/libreoffice/share/config/soffice.cfg/vcl/ui/printdialog.ui /usr/lib/libreoffice/share/config/soffice.cfg/vcl/ui/printdialog.ui.2021-02-17.backup
- Open file
<installdir>/share/config/soffice.cfg/vcl/ui/printdialog.ui
as root in an editor (on Manjaro: sudo vi /usr/lib/libreoffice/share/config/soffice.cfg/vcl/ui/printdialog.ui
)
- Locate text string:
<object class="GtkExpander" id="exRangeExpander">
-
Append an additional line with following content:
<property name="expanded">True</property>
- Save
- Start LibreOffice and test the setting
Tested on LiberOffice (Manjaro packages)
Version: 7.1.0.3 / LibreOffice Community, Build ID: 10(Build:3)
CPU threads: 4; OS: Linux 5.10; UI render: default; VCL: kf5
Locale: en-US (de_DE.UTF-8); UI: en-US, 7.1.0-1,Calc: threaded
Drawback: This procedure needs to be repeated after every update of LibreOffice
Hope that helps.