Page 1 of 1

Libreoffice quick start

Posted: Tue Nov 17, 2020 6:38 pm
by 666philb

Newer libreoffice versions have dropped its quickstart option. Here's a way to get it back.

create a new script /root/Startup/librequickstart

Code: Select all

#!/bin/sh
libreoffice --quickstart --nologo --nodefault
exec /root/Startup/librequickstart

note that your libreoffice may be called e.g libreoffice7.0 so change accordingly