diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-03-30 18:55:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-03-30 18:57:56 +0300 |
commit | 9efd80ac32a80656ed6482df69615227d12bc6d9 (patch) | |
tree | 003c67eb3283fd8a1a35942496bf4d88dc9c3e1a /sysui | |
parent | 61f1f6b4d65621d5c02e0c971c6ed51f6711fb63 (diff) |
Revert "Merge the --invisible and --headless options"
Stephan told about the intended use case for --invisible, and it does sound
like a plausible use case, so let's revert this.
"ah, now that I see 4fe56f3b9af814430a28a1880799f450fb8146b9: one use case
for invisible + !headless might be in workflows where external code keeps
a LO instance running and lets it pop up document windows, but you don't
want the initial start center thing
I think that's historically where the --invisible thing is coming from, now
that I vaguely remember again"
This reverts commit 4fe56f3b9af814430a28a1880799f450fb8146b9.
Change-Id: I17f535adee7e533abbee150b0ce5156ecf78c781
Diffstat (limited to 'sysui')
-rw-r--r-- | sysui/desktop/man/libreoffice.1 | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/sysui/desktop/man/libreoffice.1 b/sysui/desktop/man/libreoffice.1 index 5db40a24e160..f91101b7d346 100644 --- a/sysui/desktop/man/libreoffice.1 +++ b/sysui/desktop/man/libreoffice.1 @@ -7,7 +7,7 @@ libreoffice \- LibreOffice office suite [\fB\-\-accept\=\fIaccept\-string\fR] [\fB\-\-base\fR] [\fB\-\-calc\fR] [\fB\-\-convert\-to\fR output_file_extension[:output_filter_name] [\-\-outdir output_dir] \fIfile\fR]... [\fB\-\-display \fIdisplay\fR] [\fB\-\-draw\fR] [\fB\-\-global\fR] [\fB\-\-headless\fR] -[\fB\-\-help\fR|\fB\-h\fR|\fB\-?\fR] [\fB\-\-impress\fR] [\fB\-\-infilter="<filter>"\fR] +[\fB\-\-help\fR|\fB\-h\fR|\fB\-?\fR] [\fB\-\-impress\fR] [\fB\-\-invisible\fR] [\fB\-\-infilter="<filter>"\fR] [\fB\-\-math\fR] [\fB\-\-minimized\fR] [\fB\-n \fIfile\fR]... [\fB\-\-nodefault\fR] [\fB\-\-nolockcheck\fR] [\fB\-\-nologo\fR] [\fB\-\-norestore\fR] [\fB\-o \fIfile\fR]... [\fB\-p \fIfile\fR...] @@ -90,12 +90,13 @@ Starts with a new Global document. .TP \fB\-\-headless\fR -Starts in invisible or "headless" mode, which allows using the application without user a +Starts in "headless mode", which allows using the application without user a interface. This special mode can be used when the application is controlled by external clients via the API. +It implies \-\-invisible and strictly ignores any GUI environment. \-\-quickstart does not work with this parameter. .TP @@ -107,6 +108,18 @@ Lists LibreOffice command line parameters. Starts with a new Impress document. .TP +\fB\-\-invisible\fR +Starts in invisible mode. + +Neither the start\-up logo nor the initial program window will be visible. +LO can be controlled and documents and dialogs can be opened via the API. + +When started with this parameter, it can only be quit using the taskmanager (Windows) +or the kill command (UNIX based systems). + +\-\-quickstart does not work with this parameter. + +.TP \fB\-\-infilter="<filter>"\fR Force an input filter type if possible. For example \-\-infilter="Calc Office Open XML" only @@ -191,7 +204,7 @@ If a file name contains spaces, then it must be enclosed in quotation marks. Starts LO with it's quick starter. \fB\-\-quickstart disable the quick starter. -Does not work with \-\-headless. +Does not work with \-\-invisible or \-\-headless. .TP \fB\-\-show \fIImpress file\fR... |