On Sun, Feb 13, 2005 at 09:18:18PM +0100, Sven Neumann wrote: > Pepster <pepster@xxxxxxxxxxxxxxxxxxxxx> writes: > > > My plugin have various user selectable configuration settings. > > > > Right now, I use ~/.gimp-2.2/gimprc to store the defaults. > > > > I am not sure if it is correct to fill up gimprc in this way, and no > > setting is saved between sessions. > > > > So, Is there a better/recommended way for plugins to store such data > > in the gimp? Is there a recommended practice for saving loading such > > settings? > > GIMP 2.4 will provide a framework that allows plug-ins to store their > settings. For now you will have to either implement it yourself, use > gimp_gimprc_set() or a global persistent parasite. > what does the pluginrc do? the last time i looked at it, it seemed that gap was making some extensive use of this file. carol