Libreoffice quick start

Moderator: Forum moderators

Post Reply
User avatar
666philb
Posts: 429
Joined: Thu Jul 09, 2020 3:18 pm
Location: wales uk
Has thanked: 111 times
Been thanked: 149 times

Libreoffice quick start

Post 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

Post Reply

Return to “Install”