How can I prevent Chromium from opening svg files?
Chromium keeps opening svg files in the browser despite the default association of Inkscape with svg files.
Steps to reproduce:
- Download an svg file
- Go to
chrome:downloadsand click on the svg file. - It opens in Chromium in a new tab instead of Inkscape
1 Answer
Check if the lines below are presents on file:
sudo nano /usr/share/applications/mimeinfo.cache
image/svg+xml=gimp.desktop;inkscape.desktop;eog.desktop;
image/svg+xml-compressed=inkscape.desktop;eog.desktop; 1