Hi,
I’ve written a pyuno script that closes the documents appropriately without leaving a lock file when you kill LibreOffice (as descriped here: Close Libreoffice gracefuly from command line)
For testing purposes I start LibreOffice like this:
soffice "--accept=socket,host=localhost,port=2002;urp;"
But I don’t want to start libreoffice manually everytime. Is there any configuration to enable this socket by default no matter how I start libreoffice?
Thank you in advance