https://bugs.documentfoundation.org/show_bug.cgi?id=163562
--- Comment #7 from Heiko Tietze <[email protected]> --- |User/programmatic interface control: | --nologo Disables the splash screen at program start. | --minimized Starts minimized. The splash screen is not displayed. | --nodefault Starts without displaying anything except the splash | screen (do not display initial window). | --invisible Starts in invisible mode. Neither the start-up logo nor | the initial program window will be visible. Application | can be controlled, and documents and dialogs can be | controlled and opened via the API. Using the parameter, | the process can only be ended using the taskmanager | (Windows) or the kill command (UNIX-like systems). It | cannot be used in conjunction with --quickstart. | --headless Starts in "headless mode" which allows using the | application without GUI. This special mode can be used | when the application is controlled by external clients | via the API. Whether these options make sense or naming could be better, it is likely part of many batch configurations and tinkering affect a lot of users with just little benefit. If we change something at all, it should be limited to documentation. -- You are receiving this mail because: You are the assignee for the bug.
