Quote:
Originally Posted by kovidgoyal
In linux there is no one true file association. every program, every desktop environment does its own thing. One common thing to check is what does xdg-open do.
|
Ok. So I get
Code:
$ xdg-mime query filetype "TrueCrypt User Guide.pdf"
application/pdf
and then
Code:
$ xdg-mime query default application/pdf
evince.desktop
Go figure! Thanks for your suggestions.