 |
| GimpChat Member |
 |
Joined: Oct 31, 2020 Posts: 2013
|
|
Some people are having issues with my plugins because they are making sub folders for each GEGL plugin of mine. All GEGL plugins should be in the same folder with no subfolders or any other file type. Only Containing binaries (.dll or .so) Subfolders of binaries can lead to scenarios where users have two copies of a dependency and GEGL defaults to using an older version thus breaking plugins that need a newer dependency.
Windows C:\Users\(USERNAME)\AppData\Local\gegl-0.4\plug-ins
Linux /home/(USERNAME)/.local/share/gegl-0.4/plug-ins
Flatpak and chromebook /home/(USERNAME)/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins
|
|