https://bugs.documentfoundation.org/show_bug.cgi?id=170934
--- Comment #1 from Rahul Anand <[email protected]> --- I have implemented a new --info command line option that provides more detailed build information compared to --version, useful for headless and no-GUI scenarios. Current output of --info: Version: LibreOfficeDev 26.8.0.0.alpha0 (X86_64) Build ID: d4dc0806b5abc986d88b2d9522b33097e00a4cc9 CPU threads: 12; OS: Linux VCL: unknown Locale: en_US.UTF-8 In my --info implementation, I cannot determine the VCL plugin and UI render info because VCL hasn't been initialized at the point --info runs (before SVMain()). Is there a way to determine which VCL plugin will be selected without fully initializing VCL? -- You are receiving this mail because: You are the assignee for the bug.
