summaryrefslogtreecommitdiffstats
path: root/debian/patches/jurt-soffice-location.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/jurt-soffice-location.diff')
-rw-r--r--debian/patches/jurt-soffice-location.diff20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/jurt-soffice-location.diff b/debian/patches/jurt-soffice-location.diff
new file mode 100644
index 000000000..aa334d8ea
--- /dev/null
+++ b/debian/patches/jurt-soffice-location.diff
@@ -0,0 +1,20 @@
+commit b71107fb12e3c3125e0cb62c5a4f6636a80c6408
+Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
+AuthorDate: Tue Jun 7 11:52:37 2011 +0200
+Commit: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
+CommitDate: Tue Jun 7 11:52:37 2011 +0200
+
+ on debian-based systems, we know where our soffice binary is
+
+diff --git a/jurt/com/sun/star/lib/util/NativeLibraryLoader.java b/jurt/com/sun/star/lib/util/NativeLibraryLoader.jav
+index da22980..36664ca 100644
+--- libreoffice-3.5.0/ridljar/com/sun/star/lib/util/NativeLibraryLoader.java
++++ libreoffice-3.5.0/ridljar/com/sun/star/lib/util/NativeLibraryLoader.java
+@@ -111,6 +111,8 @@ public final class NativeLibraryLoader {
+ }
+ }
+ }
++ if (name.equals("soffice"))
++ return new File("/usr/lib/libreoffice/program/soffice");
+ return null;
+ }