Re: Changing soffice.bin to be console application on Windows

2018-11-19 Thread Kaganski Mike
On 19.11.2018 18:48, Stephan Bergmann wrote: > On 19/11/2018 16:38, Kaganski Mike wrote: >> I have prepared a patch making soffice.bin a proper console Windows >> application: https://gerrit.libreoffice.org/63572. The patch also >> introduces a new launcher soffice.com (in addition to existing >> s

Re: Changing soffice.bin to be console application on Windows

2018-11-19 Thread Stephan Bergmann
On 19/11/2018 16:38, Kaganski Mike wrote: I have prepared a patch making soffice.bin a proper console Windows application: https://gerrit.libreoffice.org/63572. The patch also introduces a new launcher soffice.com (in addition to existing soffice.exe). That is to make possible to call soffice fro

Changing soffice.bin to be console application on Windows

2018-11-19 Thread Kaganski Mike
Hi! Currently soffice.bin on Windows is built with subsystem set to GUI. This creates a number of problems, including impossibility to output --version/--help into a text using command like soffice --help > somefile (or do similar things piping the output to other commands in batch files); ab