Search Criteria
Package Details: xsane-gimp-git 0.999.r321.gc5ac0d9-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/xsane-git.git (read-only, click to copy) |
|---|---|
| Package Base: | xsane-git |
| Description: | XSane Gimp plugin. Git version. |
| Upstream URL: | https://gitlab.com/sane-project/frontend/xsane |
| Keywords: | gimp git sane scan scanner xsane |
| Licenses: | GPLv2 |
| Conflicts: | xsane-gimp |
| Provides: | xsane-gimp |
| Submitter: | JonnyRobbie |
| Maintainer: | JonnyRobbie |
| Last Packager: | JonnyRobbie |
| Votes: | 5 |
| Popularity: | 0.035808 |
| First Submitted: | 2020-02-25 19:23 (UTC) |
| Last Updated: | 2025-10-06 19:24 (UTC) |
Dependencies (10)
- gimp (gimp-2AUR, gimp-develAUR, gimp-gitAUR, gimp-appimageAUR)
- xsaneAUR (xsane-gitAUR)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- gimp (gimp-2AUR, gimp-develAUR, gimp-gitAUR, gimp-appimageAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR) (make)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR) (make)
- libjpeg (mozjpeg-gitAUR, mozjpegAUR) (make)
- sane (sane-gitAUR) (make)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat) (make)
Latest Comments
1 2 3 Next › Last »
maderios commented on 2026-07-02 14:32 (UTC)
Please update dependencies: libjpeg doesn't exist no more, it was just replaced with libjpeg-turbo
mokkurkalve commented on 2026-07-02 12:12 (UTC) (edited on 2026-07-02 12:18 (UTC) by mokkurkalve)
Needs following after current libjpeg-turbo update.
https://gitlab.archlinux.org/archlinux/packaging/packages/libjpeg-turbo/-/commit/a0e534d2803d7561c791ab5cd7f1a6f496d0cfaa
DanielH commented on 2026-03-14 19:42 (UTC) (edited on 2026-03-14 19:44 (UTC) by DanielH)
@JonnyRobbie
I've installed Xsane via xsane-git tarball and makepkg -si
Xsane seems be installed, but:
1. There is not icon for Xsane in LXQt menu;
2. There is not .desktop file for Xsane in /usr/share/applications;
3. Launching Xsane from Qterminal brings up Xsane, scan for devices correctly and shows main window and Preview window by default, and using the Xsane's menu launchs Histogram, Batch scan and Advanced options windows as expected.
4. The worst things: Trying to scan or acquire preview do NOT work. in Qterminal shows:
[xsane] ERROR: xsane-startimage not found. Looks like xsane is not installed correct.
[xsane] ERROR: xsane-startimage not found. Looks like xsane is not installed correct.
[xsane] ERROR: xsane-startimage not found. Looks like xsane is not installed correct.
5. Looking as root for xsane-startimage link, binary or internal link using find command, there is not results.
6. Looking in /usr/bin/, there is two executables:
-rwxr-xr-x 1 root root 749136 mar 14 15:45 xsane
-rwxr-xr-x 1 root root 749040 mar 14 15:45 xsane-gimp
Please, could you tell me what are the causes of these malfunctions?
Your help will be appreciated.
Best regards, DanielH
JonnyRobbie commented on 2025-10-06 19:27 (UTC)
gimp 3.1 still looks in /usr/lib/gimp/3.0/plug-ins
I needed to fix the actual plugin subdir.
moormaster commented on 2025-09-30 12:23 (UTC)
xsane plugin is not showing up in gimp 3.x. Please update installation of gimp 3.0 plugin in the
prepare()method:Gimp 3.0 expects each plugin to reside in a subfolder in /usr/lib/3.0/plugins:
timothy.lee commented on 2025-08-26 11:26 (UTC)
gimptool --gimplugindircan be used to determine the plugin directory for the installed version of GIMP, however I'm not sure how it can be used at run-time to create the required symbolic link, since the post_install script of a package is "run chrooted inside the pacman install directory" according to https://wiki.archlinux.org/title/PKGBUILDmaderios commented on 2025-08-25 10:50 (UTC)
/usr/lib/gimp/3.0/plug-ins not detected in Gimp 3.1 (git version)
JonnyRobbie commented on 2025-08-24 18:40 (UTC)
Much thanks, @timothy.lee. I've just updated the pkgbuild.
timothy.lee commented on 2025-08-23 02:23 (UTC)
Latest git switched to GTK3, and supports both GIMP 2.x and 3.x.
Here is an updated PKGBUILD file:
moormaster commented on 2025-06-29 13:45 (UTC)
For gimp 3.0 to recognize the xsane-gimp plugin it must be placed in the folder
/usr/lib/gimp/3.0/plugins/xsane/like this:
1 2 3 Next › Last »