Monday, 8. June 2009, 17:17:21
thumbnails, nautilus, gnome, thumbnailer
...

After many different posts about thumbnailers for various file formats, here is a complete collection for visual pimping your Nautilus. This is refered too Ubuntu Jaunty 9.04.
Read more...
Tuesday, 26. May 2009, 17:56:22
thumbnails, nautilus, gnome, xcf
...
As i wrote in my post about my new
Dell Studio 17 and Ubuntu Jaunty 9.04 i've lost the possibility to get thumbnails Photoshop PSD files in Nautilus.
But now i discovered how to get thumbnails of
GIMP XCF files

Just install the packages "
xcftools" and "
gnome-xcf-thumbnailer". It seems there is a bug in the package "gnome-scf-thumbnailer" because the dependency about the packages "xcftools" is missing.
Wednesday, 17. December 2008, 19:07:22
PSD, Photoshop, thumbnail, imageing
...

Today i get a real amazing message from Jan Dudek. He started developing a PixBuf load for Photoshop PSD files for the Gnome Linux Desktop. That means PSD support for any Gnome application like the image viewer EOG, the document viewer Evince and in combination a thumbnailer for *.psd or *.pdd files for Nautilus too.
Read more...
Saturday, 7. June 2008, 15:15:02
gedit, X3D, blender, typo3
...
After my talk "Website Requirements Today" at the
TYPO3 Security Day here in Berlin is over its time for me to relax a little bit. Then i will start update/ finish a lot of my scripts (
Nautilus Thumbnailer,
gEdit Language Reference plugin) and my new one
Supor Killor.
At
area42 we started to complete a new version of the
BS Exporter for Blender X3D/VRML. This version will add amazing new features and will support the new partcile engine of
Blender 2.46 too.
Thursday, 20. December 2007, 15:46:31
PSD, image editor, xcf, preview
...

I updated my Thumbnailer script that uses Gimp to create thumbnails of Photoshop (*.psd), Gimp (*.xcf) and other unsupported images for the Gnome file manager Nautilus.
The script runs much faster now because it is rewritten as a Gimp Python plugin (thanx to David Gowers for this excellent idea) and so Gimp mustn't opened or closed for any image.
Read more...
Saturday, 1. December 2007, 21:54:34
PSD, image editor, xcf, preview
...

When browsing through directories and searching for an image it would often be helpful getting an thumbnail of an image. But Nautilus the files manager of the Gnome Desktop didn't support many images formats like Photoshop's PSD, Silicon Graphics RGB or Gimp's XCF files.
I created a
Thumbnailer Gimp Python Plugin (copy it into "~/.gimp-2.4/plug-ins" and make sure it is executable) that generates thumbnails for Nautilus using
Gimp.
That's the first version (of something like
this) which means:
* No automatic thumbnail generation, you have to call it via
Nautilus Scripts or
Nautilus Actions like:
gimp-console -i -n -f -d -s -b '(python-fu-thumbnailer RUN-NONINTERACTIVE "/your/path/here")'
or for Nautilus Actions:
gimp-console -i -n -f -d -s -b '(python-fu-thumbnailer RUN-NONINTERACTIVE "%d")'
* Didn't running inside of Gimp (toolbox)
* "Browse Images..." in Gimps image window isn't implemented yet
* no visual feedback at the moment how much thumbnails are generated