Public bug reported:

Binary package hint: nautilus

Hi,

By default Ubuntu's Nautilus does not attempt to thumbnail Photoshop images of 
the mimetype image/x-psd.
The Python Imaging Library (PIL) is installed by default on Ubuntu and has the 
ability to thumbnail image/x-psd files.

I use a very simple python script (attached), which successfully
thumbnails about 75% of my image/x-psd files for nautilus.

The gconf key that are needed:
gconftool-2 --set "/desktop/gnome/thumbnailers/[EMAIL PROTECTED]/enable" --type 
boolean True
gconftool-2 --set "/desktop/gnome/thumbnailers/[EMAIL PROTECTED]/command" 
--type string "python /usr/bin/psd-thumbnailer.py %i %o %s"

Perhaps such functionality could be added to Nautilus by default?

** Affects: nautilus (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Enhancement: enable Photoshop image/x-psd thumbnailing support
https://bugs.launchpad.net/bugs/287868
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to