Comment 39 for bug 25827

Revision history for this message
Apport retracing service (apport) wrote : Re: Thumbnails for Openoffice.org documents

Heh, nice; you need to change the copyright header, and some comments, BTW :-)

This requires imagemagick, though, which isn't installed by default. However, why not use GNOME's own thumbnailer? It also converts transparency into white:

$ unzip -p /usr/share/example-content/oo-maxwell.odt Thumbnails/thumbnail.png > /tmp/thumbnail.png
$ gnome-video-thumbnailer /tmp/thumbnail.png /tmp/nautilus-thumbnail.png

/tmp/nautilus-thumbnail.png looks just fine to me.