Before I upgraded to Maverick, .swf files used to have a thumbnail in Nautilus.
However, Nautilus doesn't generate thumbnails for them anymore, even after removing ~/.thumbnails/
, which most likely indicates that a package is missing.
How do I get Nautilus to generate thumbnails for .swf files?
EDIT: I've added a bounty, as I believe this question might still be answered...
The thumbnails were made with
libswfdec
(i.e./usr/bin/swfdec-thumbnailer
from the packageswfdec-gnome
), which was removed in Ubuntu 10.10 ("maverick"). The libswfdec author stopped development because there are already 2 other open source projects working on implementing an SWF player: gnash (which is included in Ubuntu) & lightspark (which is new and not included yet). I am not sure if there exists a thumbnailer that uses gnash...There is a way of getting this done explained in the Floorplanner Tech Blog. To compile dump-gnash on a fresh Maverick you'll need
And then you just follow the steps. This will take a long time.
NOTE: For Step 7 use the following script instead:
Once you have the final script running you just hook it into gconf-editor
Then restart (or restart gnome-settings-daemon), and you've got swf thumbs!
P.S.: This is a huge hack. A better way to do this would be vastly appreciated.
The closest thing I've been able to find is perhaps using ffmmpegthumbnailer to create thumbnails for you and that should handle the
.swf
files.This blog post has the instructions.
Simplest answer should simply be to install swfdec-gnome, but the Lucid version. Not hard to do, just go to http://packages.ubuntu.com/da/lucid/swfdec-gnome and select your architecture. Then just do what you did previously to make it work; it seems to just randomly kick in for me, as I recall. Maybe after a log out/restart. Good luck to you.