! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Webp thumbnails do not display in Thunar and on the desktop
Status:
RESOLVED: WORKSFORME
Product:
Tumbler
Component:
General

Comments

Description Heart Of A Lion 2016-04-02 17:12:24 CEST
Image thumbnails of the .webp fileformat do not display inside Thunar and on the desktop.

It's possible that this is linked to Tumbler, which is used by Thunar/Xfce.
Comment 1 ToZ editbugs 2016-04-07 01:03:43 CEST
Created attachment 6641 
[PATCH] Add Webp thumbnailing capabilities to tumbler

Attached is a patch that adds webp thumbnailing capability to tumbler for thunar and xfdesktop. 

Requirements are:
   - gdk-pixbuf2 2.2.2
   - libwebp 4.0.3

This patch has only been tested on two systems and needs further testing.

(Note: this bug report should be filed under tumbler.)
Comment 2 alexxcons editbugs 2018-01-24 10:17:17 CET
moved to tumbler
Comment 3 ToZ editbugs 2018-01-24 14:42:39 CET
Since tumbler version 0.2.0 and the re-introduction of the desktop thumbnailer plugin, this patch is no longer necessary. Simply create a /usr/share/thumbnailers/webp.thumbnailer file with the following content:

[Thumbnailer Entry]
Version=1.0
Encoding=UTF-8
Type=X-Thumbnailer
Name=webp Thumbnailer
MimeType=image/webp;
Exec=/usr/bin/convert -thumbnail %s %i %o

Restart tumblerd or log out and back in again for it to take effect.

Note: make sure there is an image/webp mimetype defined in your system.
Comment 4 Phil4000n 2020-04-06 12:21:37 CEST
>sure there is an image/webp mimetype defined in your system.
https://docs.xfce.org/xfce/thunar/tumbler
Comment 5 alexxcons editbugs 2020-04-09 23:53:32 CEST
(In reply to ToZ from comment #3)
> Since tumbler version 0.2.0 and the re-introduction of the desktop
> thumbnailer plugin, this patch is no longer necessary. Simply create a
> /usr/share/thumbnailers/webp.thumbnailer file with the following content:
> 
> [Thumbnailer Entry]
> Version=1.0
> Encoding=UTF-8
> Type=X-Thumbnailer
> Name=webp Thumbnailer
> MimeType=image/webp;
> Exec=/usr/bin/convert -thumbnail %s %i %o
> 
> Restart tumblerd or log out and back in again for it to take effect.
> 
> Note: make sure there is an image/webp mimetype defined in your system.

Added entry for "webp" to wiki, thanks ToZ !

Bug #12528

Reported by:
Heart Of A Lion
Reported on: 2016-04-02
Last modified on: 2020-04-09

People

Assignee:
Ali Abdallah
CC List:
6 users

Version

Version:
unspecified

Attachments

Additional information