Looks like that is the most recent version of svg-gradients.py It still references Gimp 2.8 which causes an error in my linux Gimp 2.10
If using linux edit the script, line 38 , and comment-out, easiest way is go back to hard encoding the path. This for my appimage Gimp
#where gradient folder is located, the ~ will be expanded by calling os.path.expanduser() function later
gradient_folder = "~/.config/GIMP-AppImage/2.10/gradients/"; # <<<<<<< line 38
#gradient_folder = os.path.join("~",".gimp-2.8","gradients","") #as suggested by dinasset to not hardcode slashes.
Just a reminder, the gmic_gimp_qt plugin has a nice visual gradient filter where you can juggle the start / end points.
Attachment:
gradient.jpg [ 126.75 KiB | Viewed 9887 times ]