[cp-patches] Patch: gcjwebplugin data directory fix

2006-06-08 Thread Lillian Angel
To avoid any problems with saving the whitelist file (permission denied, etc), we have decided to store all the plugin data in ~/.gcjwebplugin. 2006-06-08 Lillian Angel <[EMAIL PROTECTED]> * native/plugin/Makefile.am: Changed DATA_DIRECTORY to be ~/.gcjwebplugin. * nati

[cp-patches] Patch: gcjwebplugin data directory fix

2006-06-08 Thread Lillian Angel
I fixed gcjwebplugin to determine the data directory at runtime, instead of when the plugin is installed. 2006-06-08 Lillian Angel <[EMAIL PROTECTED]> * native/plugin/Makefile.am: Removed DATA_DIRECTORY. * native/plugin/gcjwebplugin.cc: Added new global fields fo

Re: [cp-patches] Patch: gcjwebplugin data directory fix

2006-06-09 Thread Tom Tromey
> "Lillian" == Lillian Angel <[EMAIL PROTECTED]> writes: Lillian> To avoid any problems with saving the whitelist file Lillian> (permission denied, etc), we have decided to store all the Lillian> plugin data in ~/.gcjwebplugin. It looks like the saving happens in the C code. Is this necessar

Re: [cp-patches] Patch: gcjwebplugin data directory fix

2006-06-09 Thread Thomas Fitzsimmons
Tom Tromey wrote: "Lillian" == Lillian Angel <[EMAIL PROTECTED]> writes: Lillian> To avoid any problems with saving the whitelist file Lillian> (permission denied, etc), we have decided to store all the Lillian> plugin data in ~/.gcjwebplugin. It looks like the saving happens in the C code. I