From: Richard Heck Date: Thu, 2 Feb 2012 15:59:45 +0000 (+0000) Subject: Fedora's LibreOffice packages, at least, only know "libreoffice", X-Git-Tag: 2.1.0beta1~2078 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=fa44bf796144d9ebe9af13ea54fcf2f767f79e82;p=features.git Fedora's LibreOffice packages, at least, only know "libreoffice", not "lwriter". git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40702 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/configure.py b/lib/configure.py index 83c7c84f8f..2fa8fe7ec7 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -604,11 +604,11 @@ def checkFormatEntries(dtl_tools): checkViewerEditor('Noteedit', ['noteedit'], rc_entry = [r'\Format noteedit not Noteedit "" "%%" "%%" "vector"']) # - checkViewerEditor('an OpenDocument/OpenOffice viewer', ['lwriter', 'swriter', 'oowriter', 'abiword'], + checkViewerEditor('an OpenDocument/OpenOffice viewer', ['libreoffice', 'lwriter', 'swriter', 'oowriter', 'abiword'], rc_entry = [r'''\Format odt odt OpenDocument "" "%%" "%%" "document,vector,menu=export" \Format sxw sxw "OpenOffice.Org (sxw)" "" "" "" "document,vector"''']) # - checkViewerEditor('a Rich Text and Word viewer', ['lwriter', 'swriter', 'oowriter', 'abiword'], + checkViewerEditor('a Rich Text and Word viewer', ['libreoffice', 'lwriter', 'swriter', 'oowriter', 'abiword'], rc_entry = [r'''\Format rtf rtf "Rich Text Format" "" "%%" "%%" "document,vector,menu=export" \Format word doc "MS Word" W "%%" "%%" "document,vector,menu=export"''']) #