|
a/src/sampleconf/mimeview |
|
b/src/sampleconf/mimeview |
|
... |
|
... |
152 |
text/x-man = xterm -u8 -e "groff -T ascii -man %f | more"
|
152 |
text/x-man = xterm -u8 -e "groff -T ascii -man %f | more"
|
153 |
text/x-python = idle %f
|
153 |
text/x-python = idle %f
|
154 |
text/x-gaim-log = emacsclient %f
|
154 |
text/x-gaim-log = emacsclient %f
|
155 |
text/x-purple-html-log = emacsclient %f
|
155 |
text/x-purple-html-log = emacsclient %f
|
156 |
text/x-purple-log = emacsclient %f
|
156 |
text/x-purple-log = emacsclient %f
|
|
|
157 |
|
|
|
158 |
# The video types will usually be handled by the desktop default, but they
|
|
|
159 |
# need entries here to get an "Open" link
|
|
|
160 |
video/3gpp = vlc %f
|
|
|
161 |
video/mp2p = vlc %f
|
|
|
162 |
video/mp2t = vlc %f
|
|
|
163 |
video/mp4 = vlc %f
|
|
|
164 |
video/mpeg = vlc %f
|
|
|
165 |
video/quicktime = vlc %f
|
|
|
166 |
video/x-matroska = vlc %f
|
|
|
167 |
video/x-ms-asf = vlc %f
|
|
|
168 |
video/x-msvideo = vlc %f
|
|
|
169 |
|