|
a/src/sampleconf/mimeview |
|
b/src/sampleconf/mimeview |
|
... |
|
... |
14 |
#
|
14 |
#
|
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 |
# Use xallexcepts- and xallexcepts+ in a user file to add or remove from
|
|
|
20 |
# the default xallexcepts list
|
|
|
21 |
|
19 |
xallexcepts = application/pdf application/postscript application/x-dvi \
|
22 |
xallexcepts = application/pdf application/postscript application/x-dvi \
|
20 |
text/html|gnuinfo text/html|chm text/html|epub \
|
23 |
text/html|gnuinfo text/html|chm text/html|epub \
|
21 |
application/x-fsdirectory|parentopen inode/directory|parentopen
|
24 |
application/x-fsdirectory|parentopen inode/directory|parentopen
|
|
|
25 |
|
22 |
|
26 |
|
23 |
[view]
|
27 |
[view]
|
24 |
# Pseudo entry used if the 'use desktop' preference is set in the GUI
|
28 |
# Pseudo entry used if the 'use desktop' preference is set in the GUI
|
25 |
application/x-all = xdg-open %u
|
29 |
application/x-all = xdg-open %u
|
26 |
|
30 |
|