2 hours ago
I tend to download lots of articles as PDFs, and I find that when I browse a directory of these Nautilus takes 1 minute to load the directory. I assume that's because it's generating previews of their front pages. That feature is useless to me, alas.
I'd like to tell it not to do that.
31 hours ago
Assuming you're using Ubuntu 11.10, running the following in a terminal should do the trick:
gsettings set org.gnome.desktop.thumbnailers disable "['application/pdf']"
Alternatively, you can do this in the GUI by installing the dconf-tools package and running dconf-editor. In the tree on the left, navigate org â gnome â desktop â thumbnailers, then edit the disable option in the right pane as above.
dconf-tools
dconf-editor
org â gnome â desktop â thumbnailers
disable
I'm not sure what specific vulnerabilities you are trying to avoid (if they existed, I'd expect you could avoid them by installing the corresponding Ubuntu security updates), but the above should prevent generation of new PDF thumbnails.
11 hours ago
In nautilus goto edit - preferences - preview and change the settings there.