|
a/src/sampleconf/mimeview |
|
b/src/sampleconf/mimeview |
|
... |
|
... |
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 |
application/x-fsdirectory|parentopen
|
21 |
application/x-fsdirectory|parentopen inode/directory|parentopen
|
22 |
|
22 |
|
23 |
[view]
|
23 |
[view]
|
24 |
# Pseudo entry used if the 'use desktop' preference is set in the GUI
|
24 |
# Pseudo entry used if the 'use desktop' preference is set in the GUI
|
25 |
application/x-all = xdg-open %u
|
25 |
application/x-all = xdg-open %u
|
26 |
|
26 |
|
|
... |
|
... |
78 |
|
78 |
|
79 |
application/x-chm = kchmviewer %f
|
79 |
application/x-chm = kchmviewer %f
|
80 |
application/x-dia-diagram = dia %f
|
80 |
application/x-dia-diagram = dia %f
|
81 |
|
81 |
|
82 |
application/x-fsdirectory = dolphin %f
|
82 |
application/x-fsdirectory = dolphin %f
|
83 |
#application/x-fsdirectory|parentopen = nautilus %(childurl)
|
83 |
inode/directory = dolphin %f
|
84 |
application/x-fsdirectory|parentopen = dolphin --select %(childurl) %f
|
84 |
application/x-fsdirectory|parentopen = dolphin --select %(childurl) %f
|
|
|
85 |
inode/directory|parentopen = dolphin --select %(childurl) %f
|
85 |
|
86 |
|
86 |
application/x-gnuinfo = xterm -e "info -f %f"
|
87 |
application/x-gnuinfo = xterm -e "info -f %f"
|
87 |
application/x-gnumeric = gnumeric %f
|
88 |
application/x-gnumeric = gnumeric %f
|
88 |
|
89 |
|
89 |
application/x-flac = rhythmbox %f
|
90 |
application/x-flac = rhythmbox %f
|