|
a/src/sampleconf/mimeview |
|
b/src/sampleconf/mimeview |
|
... |
|
... |
15 |
# - for pdf, where we can pass additional parameters like page to open and
|
15 |
# - for pdf, where we can pass additional parameters like page to open and
|
16 |
# search string
|
16 |
# search string
|
17 |
# - For pages of CHM and EPUB documents where we can choose to open the
|
17 |
# - For pages of CHM and EPUB documents where we can choose to open the
|
18 |
# parent document instead of a temporary html file.
|
18 |
# parent document instead of a temporary html file.
|
19 |
xallexcepts = application/pdf application/postscript application/x-dvi \
|
19 |
xallexcepts = application/pdf application/postscript application/x-dvi \
|
20 |
text/html|gnuinfo text/html|chm text/html|epub
|
20 |
text/html|gnuinfo text/html|chm text/html|epub
|
21 |
|
21 |
|
22 |
[view]
|
22 |
[view]
|
23 |
# Pseudo entry used if the 'use desktop' preference is set in the GUI
|
23 |
# Pseudo entry used if the 'use desktop' preference is set in the GUI
|
24 |
application/x-all = xdg-open %u
|
24 |
application/x-all = xdg-open %u
|
25 |
|
25 |
|