Kaydet (Commit) 4d823780 authored tarafından Giuseppe Castagno's avatar Giuseppe Castagno Kaydeden (comit) Fridrich Štrba

Changed symlink processing to new application name. Now the function will try…

Changed symlink processing to new application name. Now the function will try for libreoffice in the PATH, instead of soffice.
üst c503a41f
......@@ -71,7 +71,7 @@ final class InstallationFinder {
private static final String SYSPROP_NAME =
"com.sun.star.lib.loader.unopath";
private static final String ENVVAR_NAME = "UNO_PATH";
private static final String SOFFICE = "soffice"; // Unix/Linux only
private static final String SOFFICE = "libreoffice"; // Unix/Linux only
private InstallationFinder() {} // do not instantiate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment