Mime

From Blue-IT.org Wiki

Revision as of 16:07, 5 January 2012 by Apos (talk | contribs) (Created page with "= Mime types under Linux = $> man xdg-mime xdg-mime - command line tool for querying information about file type handling and adding descriptions for new file types [...] $...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Mime types under Linux

$> man  xdg-mime
xdg-mime - command line tool for querying information about file type handling and adding descriptions for new file types
[...]
$> man  xdg-open
xdg-open - opens a file or URL in the user's preferred application
[...]

You can open any file with the default xdg-open command:

$> xdg-open special_file.pdf

Setting the default type is easy:

xdg-mime default
$> xdg-mime query default application/pdf
AdobeReader.desktop
$> xdg-mime default kde-kpdf.desktop application/pdf
$> xdg-mime query default application/pdf
kde-kpdf.desktop