none
This commit is contained in:
parent
7642ab9200
commit
4e2e1a56a9
@ -17,20 +17,169 @@
|
|||||||
# - For pages of CHM and EPUB documents where we can choose to open the
|
# - For pages of CHM and EPUB documents where we can choose to open the
|
||||||
# parent document instead of a temporary html file.
|
# parent document instead of a temporary html file.
|
||||||
xallexcepts = \
|
xallexcepts = \
|
||||||
text/html|gnuinfo text/html|chm text/html|epub \
|
text/html|epub \
|
||||||
application/x-fsdirectory|parentopen inode/directory|parentopen
|
application/x-fsdirectory|parentopen inode/directory|parentopen
|
||||||
|
|
||||||
[view]
|
[view]
|
||||||
# Pseudo entry used if the 'use desktop' preference is set in the GUI
|
# Pseudo entry used if the 'use desktop' preference is set in the GUI
|
||||||
application/x-all = cmd /c start %u
|
application/x-all = cmd /c start %u
|
||||||
|
|
||||||
application/epub+zip = ebook-viewer %f
|
####### Special ones
|
||||||
# Open the parent epub document for epub parts instead of opening them as
|
# Open the parent epub document for epub parts instead of opening them as
|
||||||
# html documents. This is almost always what we want.
|
# html documents. This is almost always what we want.
|
||||||
text/html|epub = cmd /c start %F;ignoreipath=1
|
text/html|epub = cmd /c start %F;ignoreipath=1
|
||||||
|
# Parent open for fs file.
|
||||||
# directory. Thunar can't afaik. xdg-open cant pass an additional
|
|
||||||
# parameters so these are to be xallexcepts.
|
|
||||||
application/x-fsdirectory|parentopen = cmd /c start %f
|
application/x-fsdirectory|parentopen = cmd /c start %f
|
||||||
inode/directory|parentopen = cmd /c start %f
|
inode/directory|parentopen = cmd /c start %f
|
||||||
|
|
||||||
|
###### The following are not used at all on windows, but the types need to
|
||||||
|
###### be listed for an "Open" link to appear in the result list
|
||||||
|
application/epub+zip = ebook-viewer %f
|
||||||
|
|
||||||
|
application/x-gnote = gnote %f
|
||||||
|
|
||||||
|
application/x-mobipocket-ebook = ebook-viewer %f
|
||||||
|
|
||||||
|
application/x-kword = kword %f
|
||||||
|
application/x-abiword = abiword %f
|
||||||
|
|
||||||
|
application/pdf = evince --page-index=%p --find=%s %f
|
||||||
|
# Or:
|
||||||
|
#application/pdf = qpdfview --search %s %f#%p
|
||||||
|
|
||||||
|
application/postscript = evince --page-index=%p --find=%s %f
|
||||||
|
application/x-dvi = evince --page-index=%p --find=%s %f
|
||||||
|
|
||||||
|
application/x-lyx = lyx %f
|
||||||
|
application/x-scribus = scribus %f
|
||||||
|
|
||||||
|
application/msword = libreoffice %f
|
||||||
|
application/vnd.ms-excel = libreoffice %f
|
||||||
|
application/vnd.ms-powerpoint = libreoffice %f
|
||||||
|
|
||||||
|
application/vnd.oasis.opendocument.text = libreoffice %f
|
||||||
|
application/vnd.oasis.opendocument.presentation = libreoffice %f
|
||||||
|
application/vnd.oasis.opendocument.spreadsheet = libreoffice %f
|
||||||
|
|
||||||
|
application/vnd.openxmlformats-officedocument.wordprocessingml.document = \
|
||||||
|
libreoffice %f
|
||||||
|
application/vnd.openxmlformats-officedocument.wordprocessingml.template = \
|
||||||
|
libreoffice %f
|
||||||
|
application/vnd.openxmlformats-officedocument.presentationml.template = \
|
||||||
|
libreoffice %f
|
||||||
|
application/vnd.openxmlformats-officedocument.presentationml.presentation = \
|
||||||
|
libreoffice %f
|
||||||
|
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet = \
|
||||||
|
libreoffice %f
|
||||||
|
application/vnd.openxmlformats-officedocument.spreadsheetml.template =\
|
||||||
|
libreoffice %f
|
||||||
|
application/vnd.sun.xml.calc = libreoffice %f
|
||||||
|
application/vnd.sun.xml.calc.template = libreoffice %f
|
||||||
|
application/vnd.sun.xml.draw = libreoffice %f
|
||||||
|
application/vnd.sun.xml.draw.template = libreoffice %f
|
||||||
|
application/vnd.sun.xml.impress = libreoffice %f
|
||||||
|
application/vnd.sun.xml.impress.template = libreoffice %f
|
||||||
|
application/vnd.sun.xml.math = libreoffice %f
|
||||||
|
application/vnd.sun.xml.writer = libreoffice %f
|
||||||
|
application/vnd.sun.xml.writer.global = libreoffice %f
|
||||||
|
application/vnd.sun.xml.writer.template = libreoffice %f
|
||||||
|
application/vnd.wordperfect = libreoffice %f
|
||||||
|
text/rtf = libreoffice %f
|
||||||
|
|
||||||
|
application/x-dia-diagram = dia %f
|
||||||
|
|
||||||
|
application/x-fsdirectory = dolphin %f
|
||||||
|
inode/directory = dolphin %f
|
||||||
|
|
||||||
|
application/x-gnuinfo = xterm -e "info -f %f"
|
||||||
|
application/x-gnumeric = gnumeric %f
|
||||||
|
|
||||||
|
application/x-flac = rhythmbox %f
|
||||||
|
audio/mpeg = rhythmbox %f
|
||||||
|
application/ogg = rhythmbox %f
|
||||||
|
audio/x-karaoke = kmid %f
|
||||||
|
|
||||||
|
image/jpeg = gwenview %f
|
||||||
|
image/png = gwenview %f
|
||||||
|
image/tiff = gwenview %f
|
||||||
|
image/gif = gwenview %f
|
||||||
|
image/svg+xml = inkview %f
|
||||||
|
image/vnd.djvu = djview %f
|
||||||
|
image/x-xcf = gimp %f
|
||||||
|
image/bmp = gwenview %f
|
||||||
|
image/x-ms-bmp = gwenview %f
|
||||||
|
image/x-xpmi = gwenview %f
|
||||||
|
|
||||||
|
# Opening mail messages not always works.
|
||||||
|
# - Thunderbird will only open a single-message file if it has an .emf
|
||||||
|
# extension
|
||||||
|
# - "sylpheed %f" seems to work ok as of version 3.3
|
||||||
|
# - "kmail --view %u" works
|
||||||
|
message/rfc822 = thunderbird -file %f
|
||||||
|
text/x-mail = thunderbird -file %f
|
||||||
|
application/x-mimehtml = thunderbird -file %f
|
||||||
|
|
||||||
|
text/calendar = evolution %f
|
||||||
|
|
||||||
|
application/x-okular-notes = okular %f
|
||||||
|
|
||||||
|
application/x-rar = ark %f
|
||||||
|
application/x-tar = ark %f
|
||||||
|
application/zip = ark %f
|
||||||
|
application/x-7z-compressed = ark %f
|
||||||
|
|
||||||
|
application/x-awk = emacsclient --no-wait %f
|
||||||
|
application/x-perl = emacsclient --no-wait %f
|
||||||
|
text/x-perl = emacsclient --no-wait %f
|
||||||
|
application/x-shellscript = emacsclient --no-wait %f
|
||||||
|
text/x-shellscript = emacsclient --no-wait %f
|
||||||
|
|
||||||
|
# Or firefox -remote "openFile(%u)"
|
||||||
|
text/html = firefox %u
|
||||||
|
|
||||||
|
# gnu info nodes are translated to html with a "gnuinfo"
|
||||||
|
# rclaptg. rclshowinfo knows how to start the info command on the right
|
||||||
|
# node
|
||||||
|
text/html|gnuinfo = rclshowinfo %F %(title);ignoreipath=1
|
||||||
|
|
||||||
|
application/x-webarchive = konqueror %f
|
||||||
|
text/x-fictionbook = ebook-viewer %f
|
||||||
|
application/x-tex = emacsclient --no-wait %f
|
||||||
|
application/xml = emacsclient --no-wait %f
|
||||||
|
text/xml = emacsclient --no-wait %f
|
||||||
|
text/x-tex = emacsclient --no-wait %f
|
||||||
|
text/plain = emacsclient --no-wait %f
|
||||||
|
text/x-awk = emacsclient --no-wait %f
|
||||||
|
text/x-c = emacsclient --no-wait %f
|
||||||
|
text/x-c+ = emacsclient --no-wait %f
|
||||||
|
text/x-c++ = emacsclient --no-wait %f
|
||||||
|
text/x-csv = libreoffice %f
|
||||||
|
text/x-html-sidux-man = konqueror %f
|
||||||
|
text/x-html-aptosid-man = iceweasel %f
|
||||||
|
|
||||||
|
application/x-chm = kchmviewer %f
|
||||||
|
# Html pages inside a chm have a chm rclaptg set by the filter. Kchmviewer
|
||||||
|
# knows how to use the ipath (which is the internal chm path) to open the
|
||||||
|
# file at the right place
|
||||||
|
text/html|chm = kchmviewer --url %i %F
|
||||||
|
|
||||||
|
text/x-ini = emacsclient --no-wait %f
|
||||||
|
text/x-man = xterm -u8 -e "groff -T ascii -man %f | more"
|
||||||
|
text/x-python = idle %f
|
||||||
|
text/x-gaim-log = emacsclient --no-wait %f
|
||||||
|
text/x-purple-html-log = emacsclient --no-wait %f
|
||||||
|
text/x-purple-log = emacsclient --no-wait %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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user