commit 4d391443f53dad9eec3cbe65fc2e8b6e8d669a66
Author: Günter Milde <mi...@lyx.org>
Date:   Wed Jan 11 18:10:50 2017 +0100

    configure.py: Add 'evince' as DVI viewer
    
    The GNOME document viewer "evince" supports also DVI.
    See https://wiki.gnome.org/Apps/Evince/SupportedDocumentFormats/
---
 lib/configure.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lib/configure.py b/lib/configure.py
index e374673..4ce3989 100644
--- a/lib/configure.py
+++ b/lib/configure.py
@@ -694,7 +694,8 @@ def checkFormatEntries(dtl_tools):
 \Format pdf7       pdf    "PDF (cropped)"         "" "%%"      ""      
"document,vector"       ""
 \Format pdf8       pdf    "PDF (lower resolution)"         "" "%%"     ""      
"document,vector"       ""'''])
     #
-    checkViewer('a DVI previewer', ['xdvi', 'kdvi', 'okular', 'yap', 'dviout 
-Set=!m'],
+    checkViewer('a DVI previewer', ['xdvi', 'kdvi', 'okular', 'evince',
+                                    'yap', 'dviout -Set=!m'],
         rc_entry = [r'''\Format dvi        dvi     DVI                    D  
"%%"      ""      "document,vector,menu=export"   "application/x-dvi"
 \Format dvi3       dvi     "DVI (LuaTeX)"          V  "%%"     ""      
"document,vector,menu=export"   ""'''])
     if dtl_tools:

Reply via email to