more tweaking for video config

This commit is contained in:
Jean-Francois Dockes 2013-04-17 10:13:32 +02:00
parent 48b3aa26c6
commit de0fd43895
3 changed files with 28 additions and 0 deletions

View File

@ -3,6 +3,7 @@
.txt = text/plain
.text = text/plain
.srt = text/plain
.ini = text/x-ini
.csv = text/x-csv
@ -136,6 +137,8 @@
.kar = audio/x-karaoke
.mid = audio/x-karaoke
.mkv = video/x-matroska
.png = image/png
.jp2 = image/jp2
.jpg = image/jpeg

View File

@ -154,3 +154,16 @@ text/x-python = idle %f
text/x-gaim-log = emacsclient %f
text/x-purple-html-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

View File

@ -148,3 +148,15 @@ text/x-python = idle %f
text/x-gaim-log = emacsclient %f
text/x-purple-html-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