doc
This commit is contained in:
parent
2ad6e2490a
commit
cde7340bd2
@ -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
|
||||||
|
|||||||
@ -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 configuration</em>,
|
||||||
|
uncheck <em>Use desktop preferences...</em>, then
|
||||||
|
click <em>Choose editor 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user