When configuring LibreOffice-from-Collabora, directory and file paths must be entered using LibreOffice-from-Collabora's file URL syntax, as described below.
Local drive or network drive mapped to a drive letter, such as C:
file:///C:/path/file.ext
UNC path
file://server/share/path/file.ext
Spaces and non-ASCII characters must be URL encoded, e.g. space must be written as %20.
The following path variables can be used:
$(inst) = location of LibreOffice-from-Collabora installation
$(user) = location of user's LibreOffice-from-Collabora profile
$(work) = user's My Documents folder
$(home) = users's home directory
$(temp) = location of user's temporary files
$(vlang) = current language code (e.g. en-US, fr, hu)
Set paths in path lists have to be separated by spaces.
WritePath of Gallery files. It is the location where new user files are written.
Registry Hive | HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER |
Registry Path | Software\Policies\LibreOffice\org.openoffice.Office.Paths\Paths\NamedPath['Gallery']\WritePath |
Value Name | Value |
Value Type | REG_SZ |
Default Value | $(user)/gallery |
Registry Hive | HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER |
Registry Path | Software\Policies\LibreOffice\org.openoffice.Office.Paths\Paths\NamedPath['Gallery']\WritePath |
Value Name | Final |
Value Type | REG_DWORD |
Default Value | 0 |
True Value | 1 |
False Value | 0 |
UserPaths of Gallery files
Registry Hive | HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER |
Registry Path | Software\Policies\LibreOffice\org.openoffice.Office.Paths\Paths\NamedPath['Gallery']\UserPaths |
Value Name | Value |
Value Type | REG_SZ |
Default Value | $(inst)/share/gallery $(user)/gallery |
Registry Hive | HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER |
Registry Path | Software\Policies\LibreOffice\org.openoffice.Office.Paths\Paths\NamedPath['Gallery']\UserPaths |
Value Name | Final |
Value Type | REG_DWORD |
Default Value | 0 |
True Value | 1 |
False Value | 0 |