On Wed, 2004-12-15 at 18:23 +0100, Xavier Bestel wrote: > Le mercredi 15 d�mbre 2004 �2:11 -0500, William Lovaton a �it : > > > So, in short... erase ~/.thumbnails every time you need. > > That's not good, because some icons are created only by the program that > created the file (e.g. gimp's .xcf files), so you'll get a generic icon > instead when browsing with nautilus. Those situations should be rectified--the app is broken, not Nautilus. In the instance of the gimp, I wrote gnome-thumbnail-gimp and installed it thusly: chmod 775 gnome-thumbnail-gimp mv gnome-thumbnail-gimp /usr/bin/ gconftool-2 --makefile-install-rule gimp.schemas -- __C U R T I S C. H O V E Y____________________ sinzui cox net Guilty of stealing everything I am.
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/desktop/gnome/thumbnailers/image x-xcf/enable</key>
<applyto>/desktop/gnome/thumbnailers/image x-xcf/enable</applyto>
<owner>gnome-thumbnail-gimp</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short></short>
<long></long>
</locale>
</schema>
<schema>
<key>/schemas/desktop/gnome/thumbnailers/image x-xcf/command</key>
<applyto>/desktop/gnome/thumbnailers/image x-xcf/command</applyto>
<owner>gnome-thumbnail-gimp</owner>
<type>string</type>
<default>gnome-thumbnail-gimp %i %o</default>
<locale name="C">
<short></short>
<long></long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
Attachment:
gnome-thumbnail-gimp
Description: application/shellscript