[gnome-documents/wip/lokdocview-rebase: 2/29] lokview: Fix LibreOffice path for Fedora
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents/wip/lokdocview-rebase: 2/29] lokview: Fix LibreOffice path for Fedora
- Date: Mon, 4 Jan 2016 11:56:37 +0000 (UTC)
commit 728ac632c0ff292727a72fd41bd11dff050c57d3
Author: Bastien Nocera <hadess hadess net>
Date: Fri Dec 4 15:58:42 2015 +0100
lokview: Fix LibreOffice path for Fedora
And link to the bug that needs fixing.
src/lokview.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/lokview.js b/src/lokview.js
index 93d5ebf..22539b7 100644
--- a/src/lokview.js
+++ b/src/lokview.js
@@ -43,8 +43,8 @@ const View = imports.view;
const WindowMode = imports.windowMode;
const Documents = imports.documents;
-// FIXME: Find this path dynamically
-const LO_PATH = '/opt/libreoffice/instdir/program'
+// FIXME: https://bugs.documentfoundation.org/show_bug.cgi?id=96247
+const LO_PATH = '/usr/lib64/libreoffice/program'
const LOKView = new Lang.Class({
Name: 'LOKView',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]