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 /desktop/unx | |
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 'desktop/unx')
-rw-r--r-- | desktop/unx/source/args.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/unx/source/args.c b/desktop/unx/source/args.c index 2422aded64a0..34d3064abd16 100644 --- a/desktop/unx/source/args.c +++ b/desktop/unx/source/args.c @@ -34,6 +34,7 @@ static struct { /* no splash */ { "nologo", 1, 0, 0, 0, NULL }, { "headless", 1, 0, 0, 0, NULL }, + { "invisible", 1, 0, 0, 0, NULL }, { "quickstart", 1, 0, 0, 0, NULL }, { "minimized", 1, 0, 0, 0, NULL }, { "convert-to", 1, 0, 0, 0, NULL }, |