Start Libreoffice In Listen Mode

Hi,

When I first started using Libreoffice you could start it in listen mode by adding the desired parameters to the property ooSetupConnectionURL in Setup.xcu.
This now appears to have changed and the Setup.xcu file seems to have been removed.
I have done a lot of searching but can find no way to do this other than specifying it on the command line?
Any help on what I am missing would be much appreciated.

Cheers
Buzz

The Setup.xcu file is gone, but the ooSetupConnectionURL property should still be supported, just that now it should be added as an item to the user profile’s user/registrymodifications.xcu file:

<item oor:path="/org.openoffice.Setup/Office"><prop oor:name="ooSetupConnectionURL" oor:op="fuse"><value>YourConnectionString</value></prop></item>

Thanks heaps erAck, I’ve spent ages looking for that.

Have a great day. :slight_smile:

Cheers

Buzz