All it seems to use is a symlink:
Code:
lrwxrwxrwx 1 root root 14 Mar 1 15:50 /usr/lib64/gimp/2.0/plug-ins/xsane -> /usr/bin/xsane*
I've tried pointing this symlink at a shell script instead
Code:
#!/bin/sh
/usr/bin/xsane hpaio:/net/Photosmart_3300_series?ip=192.168.0.26
But all this does is load xsane during the gimp startup procedure. I then have to close it in order for gimp to finish loading and then it is lost from gimp's menu options.