|
a/src/sampleconf/mimeview |
|
b/src/sampleconf/mimeview |
|
... |
|
... |
117 |
|
117 |
|
118 |
application/x-rar = ark %f
|
118 |
application/x-rar = ark %f
|
119 |
application/x-tar = ark %f
|
119 |
application/x-tar = ark %f
|
120 |
application/zip = ark %f
|
120 |
application/zip = ark %f
|
121 |
|
121 |
|
122 |
application/x-awk = emacsclient %f
|
122 |
application/x-awk = emacsclient --no-wait %f
|
123 |
application/x-perl = emacsclient %f
|
123 |
application/x-perl = emacsclient --no-wait %f
|
124 |
text/x-perl = emacsclient %f
|
124 |
text/x-perl = emacsclient --no-wait %f
|
125 |
application/x-shellscript = emacsclient %f
|
125 |
application/x-shellscript = emacsclient --no-wait %f
|
126 |
text/x-shellscript = emacsclient %f
|
126 |
text/x-shellscript = emacsclient --no-wait %f
|
127 |
|
127 |
|
128 |
# Or firefox -remote "openFile(%u)"
|
128 |
# Or firefox -remote "openFile(%u)"
|
129 |
text/html = firefox %u
|
129 |
text/html = firefox %u
|
130 |
|
130 |
|
131 |
# gnu info nodes are translated to html with a "gnuinfo"
|
131 |
# gnu info nodes are translated to html with a "gnuinfo"
|
|
... |
|
... |
133 |
# node
|
133 |
# node
|
134 |
text/html|gnuinfo = rclshowinfo %F %(title);ignoreipath=1
|
134 |
text/html|gnuinfo = rclshowinfo %F %(title);ignoreipath=1
|
135 |
|
135 |
|
136 |
application/x-webarchive = konqueror %f
|
136 |
application/x-webarchive = konqueror %f
|
137 |
text/x-fictionbook = ebook-viewer %f
|
137 |
text/x-fictionbook = ebook-viewer %f
|
138 |
application/x-tex = emacsclient %f
|
138 |
application/x-tex = emacsclient --no-wait %f
|
139 |
application/xml = emacsclient %f
|
139 |
application/xml = emacsclient --no-wait %f
|
140 |
text/xml = emacsclient %f
|
140 |
text/xml = emacsclient --no-wait %f
|
141 |
text/x-tex = emacsclient %f
|
141 |
text/x-tex = emacsclient --no-wait %f
|
142 |
text/plain = emacsclient %f
|
142 |
text/plain = emacsclient --no-wait %f
|
143 |
text/x-awk = emacsclient %f
|
143 |
text/x-awk = emacsclient --no-wait %f
|
144 |
text/x-c = emacsclient %f
|
144 |
text/x-c = emacsclient --no-wait %f
|
145 |
text/x-c+ = emacsclient %f
|
145 |
text/x-c+ = emacsclient --no-wait %f
|
146 |
text/x-c++ = emacsclient %f
|
146 |
text/x-c++ = emacsclient --no-wait %f
|
147 |
text/x-csv = libreoffice %f
|
147 |
text/x-csv = libreoffice %f
|
148 |
text/x-html-sidux-man = konqueror %f
|
148 |
text/x-html-sidux-man = konqueror %f
|
149 |
text/x-html-aptosid-man = iceweasel %f
|
149 |
text/x-html-aptosid-man = iceweasel %f
|
150 |
|
150 |
|
151 |
application/x-chm = kchmviewer %f
|
151 |
application/x-chm = kchmviewer %f
|
152 |
# Html pages inside a chm have a chm rclaptg set by the filter. Kchmviewer
|
152 |
# Html pages inside a chm have a chm rclaptg set by the filter. Kchmviewer
|
153 |
# knows how to use the ipath (which is the internal chm path) to open the
|
153 |
# knows how to use the ipath (which is the internal chm path) to open the
|
154 |
# file at the right place
|
154 |
# file at the right place
|
155 |
text/html|chm = kchmviewer --url %i %F
|
155 |
text/html|chm = kchmviewer --url %i %F
|
156 |
|
156 |
|
157 |
text/x-ini = emacsclient %f
|
157 |
text/x-ini = emacsclient --no-wait %f
|
158 |
text/x-man = xterm -u8 -e "groff -T ascii -man %f | more"
|
158 |
text/x-man = xterm -u8 -e "groff -T ascii -man %f | more"
|
159 |
text/x-python = idle %f
|
159 |
text/x-python = idle %f
|
160 |
text/x-gaim-log = emacsclient %f
|
160 |
text/x-gaim-log = emacsclient --no-wait %f
|
161 |
text/x-purple-html-log = emacsclient %f
|
161 |
text/x-purple-html-log = emacsclient --no-wait %f
|
162 |
text/x-purple-log = emacsclient %f
|
162 |
text/x-purple-log = emacsclient --no-wait %f
|
163 |
|
163 |
|
164 |
# The video types will usually be handled by the desktop default, but they
|
164 |
# The video types will usually be handled by the desktop default, but they
|
165 |
# need entries here to get an "Open" link
|
165 |
# need entries here to get an "Open" link
|
166 |
video/3gpp = vlc %f
|
166 |
video/3gpp = vlc %f
|
167 |
video/mp2p = vlc %f
|
167 |
video/mp2p = vlc %f
|