System info:
- Lubuntu 22.04.1 x86_64
- kernel (uname -r): 5.15.0-47-generic
Packages installed from default repos:
- xsane: 0.999-11ubuntu1
- gimp: 2.10.30-1build1
I am trying to get GIMP XSane plugin to work. xsane package installs /usr/lib/gimp/2.0/plug-ins/xsane/xsane. It appears GIMP is finding the plugin but it doesn't show up in the File -> Create or File -> Acquire menu. If I create a symlink to it in ~/.config/GIMP/2.10/plug-ins it reports "Skipping duplicate plug-in: '/usr/lib/gimp/2.0/plug-ins/xsane/xsane'". I have tried deleting the ~/.config/GIMP/2.10/pluginrc file & restarting but no change. I have also tried setting the symlink directly to /usr/bin/xsane with the same result (terminal reports "Skipping duplicate plug-in").
The plugin for xscanimage provided by the sane package works. It creates the menu option File -> Create -> xscanimage. Any clues on why the xsane one does not? It works fine on its own, just GIMP isn't showing any option to acquire from that source. Since it appears to find the plugin but there is no error output, I'm guessing that it is loaded but I don't see anything in the Plug-In Browser related to it.
I have looked through the following articles & threads:
- http://www.fifi.org/doc/xsane/html/sane-xsane-gimp-doc.html (appears to be outdated)
- https://www.gimp-forum.net/Thread-GIMP-2-10-no-scanning-option (tried installing libgeglas suggested here)
- For ubuntu: where to find GIMP XSane plugin? (appears to be similar issue, no answers available at time of writing this)
- No scanner in Gimp 2.10 Bionic (suggestion is to install xsanewhich I have already done)
- https://www.linuxquestions.org/questions/linux-software-2/gimp-2-10-22-does-not-have-file-create-xsane-option-4175687850/
Some suggestions are to install GIMP from this 3rd party PPA. But I have not tried that yet as I was hoping to get it to work from the standard repos. (Edit: looking at the PPA more closely it doesn't currently provide any packages for Jammy)
