Bug 107598 - soffice --headless --version opens a popup
Summary: soffice --headless --version opens a popup
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
5.3.2.2 release
Hardware: x86-64 (AMD64) Windows (All)
: medium minor
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-03 14:06 UTC by Jorrit Schippers
Modified: 2017-05-04 06:09 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jorrit Schippers 2017-05-03 14:06:10 UTC
When soffice.exe is called with the `--version` argument a popup with the version is displayed even when the `--headless` command switch is given. On Linux, this is written to the command line regardless of the switch.

I would like to request that the version is written to stdout when `--headless` is passed and no popup is opened, so version detection from other scripts works like in other operating systems.
Comment 1 JO3EMC 2017-05-04 05:54:12 UTC
Reproduced with LibreOffice5.3.2.2 on Win8.1

But in LibreOffice5.4.0.0a1, result is different.
No popup is displayed.
Version info is displayed in command-line.
Regardless of the existence of '--headless' option. Same result.

I expect this problem resolved with release of LibreOffice5.4.
Comment 2 Jorrit Schippers 2017-05-04 06:09:18 UTC
Thanks for testing in the newest version, isana!