Images don't  seem to be affected, but all other media types.

Here is a snippet (by jtailor) to reproduce the problem:

import gnome.ui
import gnomevfs

path = "test.avi"

uri = gnomevfs.get_uri_from_local_path(path)
mime = gnomevfs.get_mime_type(uri)

thumbFactory = gnome.ui.ThumbnailFactory(gnome.ui.THUMBNAIL_SIZE_LARGE)
if thumbFactory.can_thumbnail(uri ,mime, 0):
    thumbnail = thumbFactory.generate_thumbnail(uri, mime)
    if thumbnail != None:
        thumbFactory.save_thumbnail(thumbnail, uri, 0)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/864615

Title:
  Thumbnailers are missing in gconf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf2/+bug/864615/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to