If a browse a nautilus folder that contains a .dvi file, I get errors that pop onto my screen:



I think that this is due to the thumbnailer processing the file. I don't care about getting thumbnails for dvi files.
How can I stop this happening?
If a browse a nautilus folder that contains a .dvi file, I get errors that pop onto my screen:



I think that this is due to the thumbnailer processing the file. I don't care about getting thumbnails for dvi files.
How can I stop this happening?
You can disable thumbnails for dvi files. Open a terminal and type the following commands:
Clean the thumbnails cache folder:
rm -rf ~/.cache/thumbnails
blacklist the dvi files:
dconf write /org/gnome/desktop/thumbnailers/disable "['application/x-dvi']"
Finally restart Nautilus:
nautilus -q