This commit is contained in:
Jean-Francois Dockes 2012-10-18 10:48:11 +02:00
parent 2ad6e2490a
commit cde7340bd2
2 changed files with 18 additions and 4 deletions

View File

@ -10,11 +10,15 @@
#nouncompforviewmts = #nouncompforviewmts =
# For releases 1.18 and later: exceptions when using the x-all entry: these # For releases 1.18 and later: exceptions when using the x-all entry: these
# types will use their local definition. This is useful, e.g. for pdf, # types will use their local definition. This is useful, e.g.:
# where we can pass additional parameters like page to open and search #
# string when using the local definition # - for pdf, where we can pass additional parameters like page to open and
# search string
# - For pages of CHM and EPUB documents where we can choose to open the
# parent document instead of a temporary html file.
xallexcepts = application/pdf application/postscript application/x-dvi \ xallexcepts = application/pdf application/postscript application/x-dvi \
text/html|gnuinfo text/html|chm text/html|gnuinfo text/html|chm text/html|epub
[view] [view]
# Pseudo entry used if the 'use desktop' preference is set in the GUI # Pseudo entry used if the 'use desktop' preference is set in the GUI
application/x-all = xdg-open %f application/x-all = xdg-open %f

View File

@ -37,6 +37,16 @@
<h2><a name="b_latest">recoll 1.18.0</a></h2> <h2><a name="b_latest">recoll 1.18.0</a></h2>
<li>On systems such as Debian Stable which use Evince version 2.x as
a PDF viewer, the default "Open" command for PDF files will
not work. You need to edit the command:
in <em>Preferences->GUI&nbsp;configuration</em>,
uncheck <em>Use&nbsp;desktop&nbsp;preferences...</em>, then
click <em>Choose&nbsp;editor&nbsp;applications</em>, and for
application/pdf, application/postscript and text/dvi, change
the --page-index option to --page-label.</li>
<li>It will sometimes happen that the result list paragraph <li>It will sometimes happen that the result list paragraph
format stored in the Qt preferences file will get garbled, format stored in the Qt preferences file will get garbled,
causing result lists with no displayed paragraphs (the causing result lists with no displayed paragraphs (the