mc/gnome/mc.metadata.in

84 lines
2.1 KiB
Plaintext

#
# Default metadata file provided by the GNOME File Manaeger.
#
# The following metadata keys are used by the File Manager:
#
# icon-filename:
# Points to a full pathname that contains the icon that
# is bound to this file.
#
# icon-inline-png:
# If present, the value of this entry is an inlined PNG image
# that should be used to display this file.
#
# drop-open:
# Command to run when a file or files are dropped on this
# file. If value is not available, the file manager will try
# to use the contents of the 'open' key.
#
# open:
# Command to execute when the file is "opened". The same interpolation
# done for "drop-open" is done with "open".
#
# Interpolation for open and drop-open:
# Any ocurrence of the strings '%c'/%C '%f' are interpolated.
# with the drop site name (ie, the name of the file or executable where
# data was dropped) and the file or files that were dropped there
# respectively. The character "\" can be used to escape text.
#
# Execution is done without shell intervention, so no shell metacharacters
# are used.
#
regex: \.c$
type=x-application-gnome/c-source
icon-filename=@icondir@/c.xpm
regex: \.h$
type=x-application-gnome/c-source
icon-filename=@icondir@/h.xpm
regex: \.vcf$
type=x-application/vcf
icon-filename=@icondir@/calendar.xpm
regex: \.(gz|Z|bz2)$
type=x-application/gzip
icon-filename=@icondir@/compressed.xpm
regex: \.html$
icon-filename=@icondir@/html.xpm
regex: \.o$
icon-filename=@icondir@/o.xpm
regex: \.(wav|snd|voc|au|mp3)$
icon-filename=@icondir@/sound.xpm
regex: [Mm]akefile
icon-filename=@icondir@/makefile.xpm
regex: \.(doc|DOC)$
icon-filename=@icondir@/word.xpm
regex: \.(zip|ZIP)$
icon-filename=@icondir@/zip.xpm
regex: \.tex$
icon-filename=@icondir@/tex.xpm
regex: \.(C|cc)$
icon-filename=@icondir@/cc.xpm
regex: (([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|n)|\.man)$
icon-filename=@icondir@/man.xpm
regex: \.m(es)$
icon-filename=@icondir@/man.xpm
regex: \.ps$
icon-filename=@icondir@/gnome-application-postscript.png
regex: \.eps$
icon-filename=@icondir@/gnome-application-encapsulated-postscript.png