From 78d5e2c17bb1121b9892924bc704872d72d9f916 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Wed, 9 Feb 2011 09:30:39 +0000 Subject: [PATCH] Look for LibreOffice in /usr/lib/libreoffice, too, where Debian experimental packages store it. Thanks to matb for the patch. --- openoffice/officehelper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openoffice/officehelper.py b/openoffice/officehelper.py index 26b4f72..a4bd254 100644 --- a/openoffice/officehelper.py +++ b/openoffice/officehelper.py @@ -67,6 +67,7 @@ def _build_cmd_args(connectString, unaccept=False): return __soffice_executable for p in [os.path.dirname(uno.__file__), '/opt/libreoffice/program', + '/usr/lib/libreoffice/program', '/usr/lib/openoffice/program', '/usr/lib/ooo/program', '/usr/bin', -- 2.1.4