On Tue, 7 Jun 2016 13:42:11 [email protected] wrote:
> Hi,
>
> xdg-open opens a pdf file with Gimp. I have the following configuration:
> > xdg-mime query filetype tmp/arulesViz.pdf
>
> application/pdf
This tells you what the mime type of the file is, not what opens it.
Try running:
xdg-mime query default application/pdf
to see what the default application is for that mime type.
Then you can run
xdg-mime default insert-your-application-here application/pdf
to change the application that opens that mime type.
--
Reverend Paul Colquhoun, ULC. http://andor.dropbear.id.au/
Asking for technical help in newsgroups? Read this first:
http://catb.org/~esr/faqs/smart-questions.html#intro