From a053bba8ed7f647f17d81b58a49c89f7678f17ed Mon Sep 17 00:00:00 2001 From: Giuseppe Castagno Date: Fri, 15 Oct 2010 19:25:09 +0200 Subject: [PATCH 1/2] Changed symlink processing to new application name. Now the function will try for libreoffice in the PATH, instead of soffice. --- .../sun/star/lib/loader/InstallationFinder.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/odk/source/com/sun/star/lib/loader/InstallationFinder.java b/odk/source/com/sun/star/lib/loader/InstallationFinder.java index da8117e..f528532 100644 --- a/odk/source/com/sun/star/lib/loader/InstallationFinder.java +++ b/odk/source/com/sun/star/lib/loader/InstallationFinder.java @@ -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 -- 1.6.3.3