// you’re reading...

Arch

Enable Gnome Video Thumbnails in Arch Linux

Gnome’s file manager Nautilus does a great job of automatically thumbnailing all kinds of files including pretty much any video file.

But, in a fresh Arch Linux install you still need a few gstreamer packages to enable totem-video-thumbnailer to do its job…

1. Install necessary packages (as root):

pacman -Sy --needed totem gstreamer0.10-{{bad,good,ugly,base}{,-plugins},ffmpeg}

2. Delete old video thumbnails to force generation of new ones:

rm -rf ~/.thumbnails/fail

3. Browse a folder of video files in Nautilus:

nautilus-video-thumbnails

In some cases you may need to restart Nautlius for the changes to take effect:

killall nautilus

…or simply log out and log in again.

System Info

  • Arch Linux – Kernel 2.6.31-ARCH
  • Gnome 2.28.0
  • packages gnome & gnome-extra

Source

http://wiki.archlinux.org/index.php/Common_codecs

Discussion

4 comments for “Enable Gnome Video Thumbnails in Arch Linux”

  1. It’s not necessary to remove the entire ~/.thumbnails directory. Doing that will remove the good thumbnails as well (for instance, the image thumbnails). A better way of doing this is:

    rm -rf ~/.thumbnails/fail

    Posted by Erik | January 12, 2010, 9:29 am
  2. I found this article very useful!

    thanks, marqz

    Posted by Marqz | February 25, 2010, 7:52 pm
  3. Thanks! Fixed exactly what I wanted!

    Posted by Jithin K Rajeev | June 4, 2011, 8:27 am

Post a comment

Advertisement

Categories