diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-03-29 23:23:46 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-03-29 23:51:03 +0300 |
commit | 00ab36a16db3ed0cac6206a233722b4c7efb8cb6 (patch) | |
tree | a821eee49562192e78dcefdaef56e73fce61fd60 /bin/convwatch.py | |
parent | db255d5a4e35f38c4bb4755970506d841c98edb2 (diff) |
The --nofirststartwizard option is a no-op
Change-Id: Id481af38ebb51224f4f8493cccfb4eb4fd1e268f
Diffstat (limited to 'bin/convwatch.py')
-rw-r--r-- | bin/convwatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/convwatch.py b/bin/convwatch.py index c60c0fad5b98..9d055115d324 100644 --- a/bin/convwatch.py +++ b/bin/convwatch.py @@ -93,7 +93,7 @@ class OfficeConnection: def bootstrap(self, soffice, userdir, socket): argv = [ soffice, "--accept=" + socket + ";urp", "-env:UserInstallation=" + userdir, - "--quickstart=no", "--nofirststartwizard", + "--quickstart=no", "--norestore", "--nologo", "--headless" ] if "--valgrind" in self.args: argv.append("--valgrind") |