Update with current status
[gnash.git] / desktop / README
blobd34a5eff8791a113082b6cce71b617637c903ee9
1 = Thumbnailer =
3 Thumbnailers are Nautilus specific
5 Up to 2.32 (Ubuntu 10.04 has 2.30.1) gconftool --makefile-install-rule
6 and --makefile-uninstall-rule have to be used
8 From 2.32 up .thumbnailer files in /usr/share/thumbnailers
10 16:18 < Company> strk: the thumbnailer stuff was changed for 3.0 afaik
11 16:18 < Company> strk: 332:http://git.gnome.org/browse/evince/tree/thumbnailer
12                  is probably a good example of the new way to do a thumbnailer
13 16:19 < Company> strk: and
14 333:http://git.gnome.org/browse/evince/tree/thumbnailer?h=gnome-2-32 for the
15                  old way
18 When producing thumbnails gnash should prevent any security issue
19 so forbid loading of _any_ resource, forbid using shared memory
20 (LocalConnection), forbid writing SharedObjects.
21 To reduce load, a short AS execution timeout should also be used.
22 All of the above can be done using a custom gnashrc, to be installed
23 somewhere (/etc/gnashthumbnailerrc?)