GNOME Bugzilla – Bug 309361
Raw file type is not shown in load/save dialog unless plugin database is regenerated
Last modified: 2008-01-15 12:57:34 UTC
Please describe the problem: The raw load/save plugin is not displayed in the file dialog unless I delete the file 'pluginrc' in user folder folder '.gimp-2.2'. Windows XP, Gimp 2.2.8 Steps to reproduce: 1. On 2nd or later run, go to load or save an image and the raw plugin wont be in the list of file formats. Actual results: The raw file option is not displayed. Expected results: The raw plugin to be displayed. Does this happen every time? Yes. Other information:
This has been fixed in the HEAD branch but the fix isn't going to be backported to gimp-2.2: 2005-04-25 Sven Neumann <sven@gimp.org> * app/plug-in/plug-in-proc-def.h: added a boolean flag to the ProcDef struct to identify file procedures. * app/xcf/xcf.c: changed accordingly. * app/plug-in/plug-ins.c: look at the new flag instead of checking extensions, prefixes and magics being non-NULL. A file plug-in doesn't necessarily have any of these fields set. * app/plug-in/plug-in-rc.c: changed pluginrc format to contain an extra section for file procedures. Moved all file related info there.
*** Bug 336433 has been marked as a duplicate of this bug. ***
*** Bug 447993 has been marked as a duplicate of this bug. ***
*** Bug 459143 has been marked as a duplicate of this bug. ***
*** Bug 468329 has been marked as a duplicate of this bug. ***