marianosimone / epub-thumbnailer

Script to extract the cover of an epub book and create a thumbnail for it
GNU General Public License v3.0
191 stars 29 forks source link

Thumbnails not being generated by Thunar #13

Closed marianosimone closed 5 years ago

marianosimone commented 7 years ago

It might have to do with the installation process

Reported originally as #12

JHTrans commented 5 years ago

After following the other instructions provided, one additional step was required for me to have ebook thumbnails in Thunar. I appended the following to /etc/xdg/tumbler/tumbler.rc:

# Ebook thumbnailer
[EbookThumbnailer]
Disabled=false
Priority=1
Locations=
MaxFileSize=0

Thumbnails appeared after clearing the cache and restarting (logging out and in may be enough, however).

marianosimone commented 5 years ago

Thanks a lot for the instructions, @JHTrans , they seem to work perfectly!