mimeconf: create entries for application/javascript and application/x-php (for using xdg-mime)
This commit is contained in:
parent
2f5865eb6c
commit
846079184a
@ -42,6 +42,8 @@ application/x-lzma = uncompress rcluncomp unxz %f %t
|
|||||||
# each filter, see the exemples below (ie: msword)
|
# each filter, see the exemples below (ie: msword)
|
||||||
[index]
|
[index]
|
||||||
application/epub+zip = execm rclepub
|
application/epub+zip = execm rclepub
|
||||||
|
# Returned by xdg-mime for .js. Future-proofing
|
||||||
|
application/javascript = internal text/plain
|
||||||
|
|
||||||
# MSWORD: the rcldoc script handles a number of marginal case that raw
|
# MSWORD: the rcldoc script handles a number of marginal case that raw
|
||||||
# antiword won't:
|
# antiword won't:
|
||||||
@ -107,6 +109,8 @@ application/x-mimehtml = internal message/rfc822
|
|||||||
#application/x-mobipocket-ebook = execm rclmobi
|
#application/x-mobipocket-ebook = execm rclmobi
|
||||||
application/x-okular-notes = exec rclokulnote
|
application/x-okular-notes = exec rclokulnote
|
||||||
application/x-perl = internal text/plain
|
application/x-perl = internal text/plain
|
||||||
|
# Returned by xdg-mime for .php. Future-proofing
|
||||||
|
application/x-php = internal text/plain
|
||||||
application/x-rar = execm rclrar;charset=default
|
application/x-rar = execm rclrar;charset=default
|
||||||
application/x-scribus = exec rclscribus
|
application/x-scribus = exec rclscribus
|
||||||
application/x-shellscript = internal text/plain
|
application/x-shellscript = internal text/plain
|
||||||
@ -162,6 +166,7 @@ text/xml = exec rclxml
|
|||||||
# Icons to be used in the result list if required by gui config
|
# Icons to be used in the result list if required by gui config
|
||||||
[icons]
|
[icons]
|
||||||
application/epub+zip = book
|
application/epub+zip = book
|
||||||
|
application/javascript = source
|
||||||
application/msword = wordprocessing
|
application/msword = wordprocessing
|
||||||
application/ogg = sownd
|
application/ogg = sownd
|
||||||
application/pdf = pdf
|
application/pdf = pdf
|
||||||
@ -204,6 +209,7 @@ application/x-mimehtml = message
|
|||||||
application/x-mobipocket-ebook = document
|
application/x-mobipocket-ebook = document
|
||||||
application/x-okular-notes = document
|
application/x-okular-notes = document
|
||||||
application/x-perl = source
|
application/x-perl = source
|
||||||
|
application/x-php = source
|
||||||
application/x-rar = archive
|
application/x-rar = archive
|
||||||
application/x-scribus = document
|
application/x-scribus = document
|
||||||
application/x-scribus = wordprocessing
|
application/x-scribus = wordprocessing
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user