{"id":43045,"date":"2022-08-23T13:00:50","date_gmt":"2022-08-23T13:00:50","guid":{"rendered":"https:\/\/ubuntuhandbook.org\/?p=43045"},"modified":"2024-07-21T07:32:33","modified_gmt":"2024-07-21T07:32:33","slug":"thumbnail-epub-mobi-ubuntu-linux","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2022\/08\/thumbnail-epub-mobi-ubuntu-linux\/","title":{"rendered":"Enable Thumbnails for EPub \/ MOBI eBooks in Ubuntu 22.04 &#038; 24.04"},"content":{"rendered":"<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/08\/epub-icon.webp\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-thumbnail wp-image-43046\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/08\/epub-icon-250x250.webp\" alt=\"\" width=\"250\" height=\"250\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/08\/epub-icon-250x250.webp 250w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/08\/epub-icon-300x300.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/08\/epub-icon-600x600.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/08\/epub-icon-768x768.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/08\/epub-icon.webp 1200w\" sizes=\"auto, (max-width: 250px) 100vw, 250px\" \/><\/a><\/p>\n<p><b>Got some ePub and\/or MOBI books in your PC? Debian \/ Ubuntu has recently includes a package in their repository for generating thumbnails for these files.<\/b><\/p>\n<p>As you may know, Linux Mint 21 was released recently with a <a href=\"https:\/\/github.com\/linuxmint\/xapp-thumbnailers\" target=\"_blank\" rel=\"noopener\">thumbnail generators<\/a> for AppImage, ePub, MP3 and RAW files. Debian\/Ubuntu now has similar tool called <code>gnome-epub-thumbnailer<\/code>, though it&#8217;s only for ePub and MOBI books.<\/p>\n<p>With the package installed, the default file manager will no longer display the universal &#8220;e&#8221; image with green background for all ePub files. Instead, it shows thumbnail book covers.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/08\/epub-thumbnails.webp\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-43047\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/08\/epub-thumbnails-600x424.webp\" alt=\"\" width=\"600\" height=\"424\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/08\/epub-thumbnails-600x424.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/08\/epub-thumbnails-300x212.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/08\/epub-thumbnails-768x542.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/08\/epub-thumbnails.webp 932w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>\n<h3>Enable EPub \/ MOBI Thumbnails in Ubuntu 24.04<\/h3>\n<p>For Ubuntu 24.04 LTS, the package has been made into the system repositories.<\/p>\n<p>Simply press <code>Ctrl+Alt+T<\/code> on keyboard to open up a terminal window. When it opens, run the command below to install the package:<\/p>\n<pre>sudo apt install gnome-epub-thumbnailer<\/pre>\n<p><i>NOTE: the package is only for the default GNOME Desktop!<\/i> Install the Foliate eBook reader from system repository will also install it as recommend dependency package.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/08\/apt-gnome-epub-thumbnailer.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-46928\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/08\/apt-gnome-epub-thumbnailer-700x454.webp\" alt=\"\" width=\"610\" height=\"396\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/08\/apt-gnome-epub-thumbnailer-700x454.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/08\/apt-gnome-epub-thumbnailer-300x195.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/08\/apt-gnome-epub-thumbnailer.webp 706w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p>After that, just close Nautilus file manager and re-open it. Or, run <code>nautilus -q<\/code> command in terminal to apply.<\/p>\n<h3>Enable EPub \/ MOBI Thumbnails in Ubuntu 22.04 | 20.04<\/h3>\n<p>For the previous Ubuntu 22.04 and Ubuntu 20.04 LTS, user can either build the package from <a href=\"https:\/\/gitlab.gnome.org\/GNOME\/gnome-epub-thumbnailer\" target=\"_blank\" rel=\"noopener\">source code<\/a>, or use this <a href=\"https:\/\/launchpad.net\/~ubuntuhandbook1\/+archive\/ubuntu\/apps\" target=\"_blank\" rel=\"noopener\">unofficial PPA<\/a> that supports only AMD\/Intel computers.<\/p>\n<p>To add the PPA and install the package, press <b>Ctrl + Alt +T<\/b> on keyboard to open terminal and run 3 commands one by one:<\/p>\n<pre>sudo add-apt-repository ppa:ubuntuhandbook1\/apps<\/pre>\n<pre>sudo apt update<\/pre>\n<pre>sudo apt install gnome-epub-thumbnailer<\/pre>\n<p>NOTE: The first command will asks for password authentication, though there&#8217;s no asterisk feedback. Just type in mind and hit Enter to continue.<\/p>\n<h3>Enable EPub \/ MOBI Thumbnails in Fedora, Arch, SUSE Linux<\/h3>\n<p>Most other recent Linux systems have also added the package into their official repositories. If you want to get it, open terminal and run command:<\/p>\n<ul>\n<li>For Fedora, use command:\n<pre>sudo dnf install gnome-epub-thumbnailer<\/pre>\n<\/li>\n<li>Arch and Manjaro Linux can install it via:\n<pre>sudo pacman -S gnome-epub-thumbnailer<\/pre>\n<\/li>\n<li>And, openSUSE user may run command:\n<pre>sudo zypper install gnome-epub-thumbnailer<\/pre>\n<\/li>\n<\/ul>\n<h3>Uninstall the Thumbnails<\/h3>\n<p>Thumbnails generate automatically once you installed the package. If somehow you want to get rid of them, open terminal and run command:<\/p>\n<pre>sudo apt remove gnome-epub-thumbnailer<\/pre>\n<p>Also remove the PPA via command:<\/p>\n<pre>sudo add-apt-repository --remove ppa:ubuntuhandbook1\/apps<\/pre>\n<p>Replace <code>apt<\/code> depends your system. For Arch, use <code>sudo pacman -R gnome-epub-thumbnailer<\/code>.<\/p>\n<p>Removing the package won&#8217;t clear existing thumbnail images, until you removed the content under &#8220;<code>~\/.cache\/thumbnails<\/code>&#8221; either from file manager or by running command:<\/p>\n<pre>rm -R ~\/.cache\/thumbnails\/*<\/pre>","protected":false},"excerpt":{"rendered":"<p>Got some ePub and\/or MOBI books in your PC? Debian \/ Ubuntu has recently includes a package in their repository for generating thumbnails for these files. As you may know, Linux Mint 21 was released recently with a thumbnail generators for AppImage, ePub, MP3 and RAW files. Debian\/Ubuntu now has similar tool called gnome-epub-thumbnailer, though [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":43046,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[1224,428],"class_list":["post-43045","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-howtos","tag-epub","tag-nautilus"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/43045","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/comments?post=43045"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/43045\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media\/43046"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=43045"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=43045"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=43045"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}