Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
20
rated 0 times [  20] [ 0]  / answers: 1 / hits: 11927  / 2 Years ago, fri, august 5, 2022, 4:22:16

I'm trying to stop Nautilus from creating thumbnails of PDF files. In another thread on 'Ubuntu forums' someone said to open gconf-editor and disable the PDF entry in the '/desktop/gnome/thumbnailers' directory. However the only entry in that DIR is disable all. Needless to say I don't want that.



How can I disable the thumbnails for a specific file type?


More From » nautilus

 Answers
5

Thumbnails of specific file types can be disabled using dconf editor.



Install dconf editor:



Hit Alt+Ctrl+T and run the following command:



sudo apt-get install dconf-tools



Or search for "dconf-tools" in Software Center and install it from there.



How to disable thumbnails of specific file type?




  • Once installed, Hit super key (windows key) to open Unity dash and search for "dconf editor" and open it.


  • Navigate to org > gnome > desktop > thumbnailers


  • Paste the MIME type of PDF 'application/pdf' in the value field of disable key, Like shown below.




enter image description here



This will prevent Nautilus from generating thumbnails of PDF's in the future but old thumbnails will be there. To solve this you'll have to clear Nautilus thumbnail cache.




  • Open your home directory and Hit Ctrl+H to show the hidden files and folders.

  • Open .thumbnails and delete all the files in it.
    Edit for 19.10: Open .cache and delete the thumbnails folder.


  • Restart your system or kill Nautilus (alt+f2; nautilus -q) for change to take effect.




To disable thumbnails for other file types, Add there MIME type in disable list as described above. Seprate multiple types with comma. like this:



['application/pdf','image/jpeg','video/mp4']



For complete list of MIME types visit iana.org.


[#38494] Friday, August 5, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
sertold

Total Points: 445
Total Questions: 123
Total Answers: 113

Location: Burundi
Member since Wed, Sep 28, 2022
2 Years ago
sertold questions
Wed, Dec 21, 22, 16:02, 1 Year ago
Fri, Dec 31, 21, 01:50, 2 Years ago
Thu, Jun 16, 22, 23:30, 2 Years ago
Mon, Mar 7, 22, 16:21, 2 Years ago
Tue, Mar 29, 22, 02:11, 2 Years ago
;