handle text/x-c+ as a product of mangled file -i output

This commit is contained in:
Jean-Francois Dockes 2010-12-14 18:20:01 +01:00
parent 28c8560200
commit 7c14a06eb1
2 changed files with 11 additions and 1 deletions

View File

@ -75,6 +75,7 @@ application/x-perl = exec rcltext
application/x-scribus = exec rclscribus application/x-scribus = exec rclscribus
application/x-shellscript = exec rcltext application/x-shellscript = exec rcltext
application/x-tex = exec rcltex application/x-tex = exec rcltex
text/x-tex = exec rcltex
application/x-chm = execm rclchm application/x-chm = execm rclchm
application/zip = execm rclzip application/zip = execm rclzip
audio/mpeg = execm rclaudio audio/mpeg = execm rclaudio
@ -90,6 +91,8 @@ text/html = internal
text/plain = internal text/plain = internal
text/rtf = exec unrtf --nopict --html;charset=iso-8859-1;mimetype=text/html text/rtf = exec unrtf --nopict --html;charset=iso-8859-1;mimetype=text/html
text/x-c = internal text/x-c = internal
text/x-c++ = internal
text/x-c+ = internal
text/x-fictionbook = exec rclfb2 text/x-fictionbook = exec rclfb2
text/x-gaim-log = exec rclgaim text/x-gaim-log = exec rclgaim
text/x-html-sidux-man = exec rclsiduxman text/x-html-sidux-man = exec rclsiduxman
@ -140,6 +143,7 @@ application/x-lyx = wordprocessing
application/x-scribus = document application/x-scribus = document
application/x-gnuinfo = document application/x-gnuinfo = document
application/x-tex = wordprocessing application/x-tex = wordprocessing
text/x-tex = wordprocessing
application/x-awk = source application/x-awk = source
application/x-perl = source application/x-perl = source
application/x-shellscript = source application/x-shellscript = source
@ -155,6 +159,7 @@ text/html = html
text/plain = txt text/plain = txt
text/x-c = source text/x-c = source
text/x-c++ = source text/x-c++ = source
text/x-c+ = source
text/x-fictionbook = document text/x-fictionbook = document
text/x-html-aptosid-man = aptosid-book text/x-html-aptosid-man = aptosid-book
text/x-html-sidux-man = sidux-book text/x-html-sidux-man = sidux-book
@ -187,6 +192,7 @@ text = \
application/x-gnuinfo \ application/x-gnuinfo \
application/x-shellscript \ application/x-shellscript \
application/x-tex \ application/x-tex \
text/x-tex \
image/vnd.djvu \ image/vnd.djvu \
text/calendar \ text/calendar \
text/html \ text/html \
@ -194,6 +200,7 @@ text = \
text/rtf \ text/rtf \
text/x-c \ text/x-c \
text/x-c++ \ text/x-c++ \
text/x-c+ \
text/x-fictionbook \ text/x-fictionbook \
text/x-html-aptosid-man \ text/x-html-aptosid-man \
text/x-html-sidux-man \ text/x-html-sidux-man \

View File

@ -53,6 +53,7 @@ application/x-gnuinfo = xterm -e "info -f %f"
application/x-lyx = lyx %f application/x-lyx = lyx %f
application/x-scribus = scribus %f application/x-scribus = scribus %f
application/x-tex = gnuclient -q %f application/x-tex = gnuclient -q %f
text/x-tex = gnuclient -q %f
audio/mpeg = xmms %f audio/mpeg = xmms %f
image/jpeg = xv %f image/jpeg = xv %f
image/png = xv %f image/png = xv %f
@ -65,6 +66,8 @@ text/html = firefox %u
text/html|gnuinfo = rclshowinfo %F %(title) text/html|gnuinfo = rclshowinfo %F %(title)
text/plain = gnuclient -q %f text/plain = gnuclient -q %f
text/x-c = gnuclient -q %f text/x-c = gnuclient -q %f
text/x-c+ = gnuclient -q %f
text/x-c++ = gnuclient -q %f
text/x-html-sidux-man = konqueror %f text/x-html-sidux-man = konqueror %f
text/x-html-aptosid-man = konqueror %f text/x-html-aptosid-man = iceweasel %f
text/x-python = idle %f text/x-python = idle %f