Gimp says this when it fails to install my python plug-in:
Querying plug-in: '/home/jorge/.gimp-2.8/plug-ins/enumerategrid.py'
GIMP-Error: Plug-In "enumerategrid.py"
(/home/jorge/.gimp-2.8/plug-ins/enumerategrid.py)
attempted to install procedure "python-fu-enumerategrid-plugin" in the invalid menu location "<Desarrollo de juegos>/rejillas/Enumerar".
Use either "<Image>", "<Layers>", "<Channels>", "<Vectors>", "<Colormap>", "<Brushes>", "<Dynamics>", "<Gradients>", "<Palettes>", "<Patterns>", "<ToolPresets>", "<Fonts>" or "<Buffers>".
Cool. But, how do you create a new prefix for your own plug-ins? It is even possible?
EDIT
seems that using the <Image>
prefix makes the menu Desarrollo de juegos
appears on Gimp's menu, which is the thing I want. That's the intended behavior of <Image>
prefix?