GNOME Bugzilla – Bug 664316
Searchpath separator required
Last modified: 2011-11-18 08:41:21 UTC
In order to use the output from (gimp-gimprc-query "script-fu-path") and breakup the string into individual paths it is necessary to know the value of the searchpath separator. You have provided a suitable directory separator DIR-SEPARATOR, but have not exposed the equivalent SEARCHPATH-SEPARATOR to Script-Fu. Can you please provide a suitable constant, to enable platform independent scripts to be written (without having to assume future GIMP behaviour)
Fixed in master: commit 262cc1c9463210d7a4502029401c5da417860549 Author: Michael Natterer <mitch@gimp.org> Date: Fri Nov 18 09:39:03 2011 +0100 Bug 664316 - Searchpath separator required Add constant SEARCHPATH-SEPARATOR (= G_SEARCHPATH_SEPARATOR_S). plug-ins/script-fu/scheme-wrapper.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)