more tweaking for video config
This commit is contained in:
parent
48b3aa26c6
commit
de0fd43895
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
.txt = text/plain
|
.txt = text/plain
|
||||||
.text = text/plain
|
.text = text/plain
|
||||||
|
.srt = text/plain
|
||||||
.ini = text/x-ini
|
.ini = text/x-ini
|
||||||
.csv = text/x-csv
|
.csv = text/x-csv
|
||||||
|
|
||||||
@ -136,6 +137,8 @@
|
|||||||
.kar = audio/x-karaoke
|
.kar = audio/x-karaoke
|
||||||
.mid = audio/x-karaoke
|
.mid = audio/x-karaoke
|
||||||
|
|
||||||
|
.mkv = video/x-matroska
|
||||||
|
|
||||||
.png = image/png
|
.png = image/png
|
||||||
.jp2 = image/jp2
|
.jp2 = image/jp2
|
||||||
.jpg = image/jpeg
|
.jpg = image/jpeg
|
||||||
|
|||||||
@ -154,3 +154,16 @@ text/x-python = idle %f
|
|||||||
text/x-gaim-log = emacsclient %f
|
text/x-gaim-log = emacsclient %f
|
||||||
text/x-purple-html-log = emacsclient %f
|
text/x-purple-html-log = emacsclient %f
|
||||||
text/x-purple-log = emacsclient %f
|
text/x-purple-log = emacsclient %f
|
||||||
|
|
||||||
|
# The video types will usually be handled by the desktop default, but they
|
||||||
|
# need entries here to get an "Open" link
|
||||||
|
video/3gpp = vlc %f
|
||||||
|
video/mp2p = vlc %f
|
||||||
|
video/mp2t = vlc %f
|
||||||
|
video/mp4 = vlc %f
|
||||||
|
video/mpeg = vlc %f
|
||||||
|
video/quicktime = vlc %f
|
||||||
|
video/x-matroska = vlc %f
|
||||||
|
video/x-ms-asf = vlc %f
|
||||||
|
video/x-msvideo = vlc %f
|
||||||
|
|
||||||
|
|||||||
@ -148,3 +148,15 @@ text/x-python = idle %f
|
|||||||
text/x-gaim-log = emacsclient %f
|
text/x-gaim-log = emacsclient %f
|
||||||
text/x-purple-html-log = emacsclient %f
|
text/x-purple-html-log = emacsclient %f
|
||||||
text/x-purple-log = emacsclient %f
|
text/x-purple-log = emacsclient %f
|
||||||
|
|
||||||
|
# The video types will usually be handled by the desktop default, but they
|
||||||
|
# need entries here to get an "Open" link
|
||||||
|
video/3gpp = open %f
|
||||||
|
video/mp2p = open %f
|
||||||
|
video/mp2t = open %f
|
||||||
|
video/mp4 = open %f
|
||||||
|
video/mpeg = open %f
|
||||||
|
video/quicktime = open %f
|
||||||
|
video/x-matroska = open %f
|
||||||
|
video/x-ms-asf = open %f
|
||||||
|
video/x-msvideo = open %f
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user