= {
{ "*.jpg", "^\\0330\\0377", "image/jpeg", "JPEG image", "run kview $0" },
{ "*.jpeg", "^\\0330\\0377", "image/jpeg", "JPEG image", "run kview $0" },
{ "*.png", "", "image/png", "PNG image", "run kview $0" },
{ "*.mp3", "", "audio/mpeg", "MPEG audio", "run xmms -e $0" },
{ "*.gif", "", "image/gif", "GIF image", "run kvirc $0" },
{ "*.mpeg", "", "video/mpeg", "MPEG video", "run xanim $0" },
{ "*.exe", "", "application/x-executable-file", "Executable file", "run $0" },
{ "*.zip", "^PK\\0003\\0004", "application/zip", "ZIP archive", "run ark $0" },
{ "*.tar.gz", "", "application/x-gzip", "GZipped tarball", "run ark $0" },
{ "*.tar.bz2", "", "applicatoin/x-bzip2", "BZipped tarball", "run ark $0" },
{ "*.tgz", "", "application/x-gzip", "GZipped tarball", "run ark $0" },
{ "*.wav", "", "audio/wav", "Wave audio", "run play $0" },
{ nullptr, nullptr, nullptr, nullptr, nullptr }
}