You are here

LibreOfficePortable and terminal server

3 posts / 0 new
Last post
ildary
Offline
Last seen: 12 years 4 months ago
Joined: 2009-09-28 03:16
LibreOfficePortable and terminal server

OOPortable had a feature to run on terminal server: .ini option SettingsDirectory - to use separate folders. LibreOffice does not have this feature and users see a warning every time they start office. Option SingleAppInstance cannot help in this situation. Is there any workaround?

John T. Haller
John T. Haller's picture
Online
Last seen: 42 min 43 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Unsupported

Portable apps are intended for a single user at a time to run and most will not support multiple instances regardless of a setting. The SettingsDirectory variable was never designed to support a USERNAME variable but it inadvertently did due to the underlying language we wrote it in. Even with such a setting, internal things like updating the java settings in the bootstrap.ini will cause issue with multiple users.

Sometimes, the impossible can become possible, if you're awesome!

mboisis
Offline
Last seen: 9 years 5 months ago
Joined: 2014-11-06 15:29
hello, it's a bit late but

hello,
it's a bit late but there is a solution.
Tested in the 4.0.2.2 release: just change the file LibreOfficePortable \ App \ AppInfo \ Launcher \ LibreOfficePortable.ini adding the "SingleAppInstance = false" parameter in the [Launch] section.

example:

[Launch]
ProgramExecutable = libreoffice \ program \ soffice.exe
Minos = 2000
DirectoryMoveOK = yes
SupportsUNC = yes
SingleAppInstance = false

This allows multiple processes to run LibreOffice on a Terminal Server.

Log in or register to post comments