7

I don't know why, but somehow "ImageMagick" gained the status of being my default PDF viewing application (I didn't set it manually, maybe it came with the installation of iscan or plex).

Now, when I try to set Envince - or any other viewer - via [right-click on a PDF] > [Properties] > [Open with...] it happens nothing! ImageMagick remains as associated application.

Is there any way to get rid of that association? I guess ImageMagick is somehow made the systemwide standard on root level.

mgbler
  • 101
  • 1
  • 4

3 Answers3

13

You don't need to delete the file and lose all the associations. You could just remove the lines that associate PDF to imagemagick. I just removed the following lines from ~/.config/mimeapps.list, and it worked!

image/pdf=display-im6.desktop
image/pdf=display-im6.q16.desktop;display-im6.desktop;
842Mono
  • 10,070
viky
  • 281
  • 1
  • 3
  • 6
2

Ok, I solved the problem:

Rename or delete

~/.config/mimeapps.list

That's it :-)

If you've set other than default apps for certain filetypes open System Settings > Information > Default Associations and (re)set your favourites there...

mgbler
  • 101
  • 1
  • 4
0

You don't have to remove anything, you can just change the line in ~/.config/mimeapps.list. It is probably:

image/pdf=display-im6.desktop

And you want it to be:

image/pdf=evince.desktop

Where evince.desktop is the name of PDF application launcher placed in /usr/share/applications that you want to have as default PDF viewer.