Where is the start center exectable file located and what is it called?

I have a script that opens 5 programs I use, including libreoffice.
I use the LO development version so the entry I use to invoke it is:

cd /opt/lib*/programs/

nohup soffice &

but that only gets me to a blank start center with none of my current files listed. I need my current files.

Thank you.
Susan Cragin

Probably your dev-version use not the same Environ-vars.

try something like:

soffice -env:UserInstallation=file:///home/susan/.config/libreoffice/4/

Thank you karolus: this works.

Hi SusanCragin

In the modern LO versions, your StartCenter executable is called… soffice.bin! There are also other files that will launch the suite, but they are all either shortcuts to soffice.bin or shell executables invoking one aspect of it’s load. Probably the best thing to do is to invoke it’s help output (huge). Here’s a taster:-

:~$ /opt/libreoffice5.0/program/soffice.bin --help
LibreOffice 5.0.0.5 437e4abdf9e72fd0a6e6f8697a0e659bc77f9b10

Usage: soffice [options] [documents...]

Options:
--minimized    keep startup bitmap minimized.
--invisible    no startup screen, no default document and no UI.
--norestore    suppress restart/restore after fatal errors.
--quickstart   starts the quickstart service
--nologo       don't show startup screen.
--nolockcheck  don't check for remote instances using the installation
--nodefault    don't start with an empty document
--headless     like invisible but no user interaction at all.
--help/-h/-?   show this message and exit.
--version      display the version information.
--writer       create new text document.
--calc         create new spreadsheet document.
--draw         create new drawing.
--impress      create new presentation.
--base         create new database.
--math         create new formula.
--global       create new global document.
--web          create new HTML document.
-o             open documents regardless whether they are templates or not.
-n             always open documents as new files (use as template).

…and here is the full monty placed into an ODT:

help.odt

If this helps then please tick the answer (:heavy_check_mark:)

…and/or show you like it with an uptick ()