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