gimp/po-python/POTFILES.skip
Jehan ecbc38f9e9 plug-ins, extension: goat-exercises becomes a GIMP extension.
This is an extension containing a few demo plug-ins. This is good to
demonstrate the extension format. It will also allow to disable these
plug-ins (if at some point, one doesn't want to show these demo
plug-ins anymore).

And finally it deals with the fact that our plug-in code is stupid, as
it just tries to find the first executable with the same name (minus
extension) as the plug-in folder. This doesn't go well on Windows, where
the permission system is non-existent. So our code just ends up trying
to run the first file with a similar name in a plug-in folder. As the C
goat-exercise contains both an exe and the C source (and the system
probably returns files in alphabetic order), GIMP under Windows tries to
run the C source instead of the executable (this obviously doesn't go
well).
We could try to do more complex logics, like not aborting if the first
file run fails and try the next one in the plug-in folder. Or maybe just
rename the C file to another name. But any of these is just in the end
the proof that our plug-in discovery right now is just bogus. The
extension system is explicit, not based on randomly trying out files.
Plug-ins entry points are explicitly listed in the metadata manifest.
2020-10-09 15:30:54 +02:00

56 lines
954 B
Text

app
app-tools
build/windows/installer/lang/setup.isl.in
data/tags
data/tips
desktop
desktop/gimp.desktop.in
libgimp
libgimpbase
libgimpcolor
libgimpconfig
libgimpmath
libgimpmodule
libgimpthumb
libgimpwidgets
modules
plug-ins/color-rotate
plug-ins/common
plug-ins/file-bmp
plug-ins/file-compressor
plug-ins/file-dds
plug-ins/file-exr
plug-ins/file-faxg3
plug-ins/file-fits
plug-ins/file-fli
plug-ins/file-ico
plug-ins/file-jpeg
plug-ins/file-psd
plug-ins/file-raw
plug-ins/file-sgi
plug-ins/file-tiff
plug-ins/file-uri
plug-ins/file-webp
plug-ins/file-xjt
plug-ins/flame
plug-ins/fractal-explorer
plug-ins/gfig
plug-ins/gimpressionist
plug-ins/gradient-flare
plug-ins/help
plug-ins/help-browser
plug-ins/ifs-compose
plug-ins/imagemap
plug-ins/lighting
plug-ins/map-object
plug-ins/maze
plug-ins/metadata
plug-ins/pagecurl
plug-ins/print
plug-ins/screenshot
plug-ins/script-fu
plug-ins/selection-to-path
plug-ins/twain
plug-ins/ui
plug-ins/win-snap
tools