<div>Hi list,</div>Yesterday I did external thumbnailer support for pcmanfm/libfm (in the external-thumbnailer branch).<div>That means, now we can generate thumbnails for all kinds of files, if a proper thumbnailer program exists.</div>
<div>In the past, however, the association of file formats and thumbnailer commands is stored in gconf2.</div><div>XFCE uses a different approach and installs their own thumbnailer service, tumbler.</div><div>Most existing thumbnailer programs are designed for gnome2 and install proper configuration in gconf2.</div>
<div>This does not work anymore for gnome 3.</div><div>Gnome 3 no more store thumbnailer configuration in gconf.</div><div>Now they use ini format files with *.thumbnail extension installed in /usr/share/thumbnails.</div>
<div>By default there are totem.thumbnail, evince.thumbnail, and gnome-font.thumbnail.</div><div>The older thumbnailers designed for gnome 2, such as ooo-thumbnailer and ffmpegthumbnailer do not work since they don't bring *.thumbnailer files.</div>
<div>Can anyone fix this?</div><div>In libfm/pcmanfm we use the same file format as gnome 3 so we won't need gconf.</div><div>Once this can be fixed, thumbnails for libreoffice files and video files supported by ffmpeg can be generated for pcmanfm.</div>
<div><br></div><div>Thanks</div><div><br></div>