Package Details: xsane-gimp 0.999-8

Git Clone URL: https://aur.archlinux.org/xsane.git (read-only, click to copy)
Package Base: xsane
Description: XSane GIMP plugin.
Upstream URL: https://gitlab.com/sane-project/frontend/xsane
Licenses: GPL2
Submitter: gromit
Maintainer: tonitch (kjkent)
Last Packager: kjkent
Votes: 32
Popularity: 1.31
First Submitted: 2024-08-13 11:22 (UTC)
Last Updated: 2025-10-13 21:21 (UTC)

Latest Comments

1 2 3 4 Next › Last »

robin0800 commented on 2025-10-30 00:15 (UTC)

You are right about the git version but there are two problems with it there are no desktop icons and if started from a terminal this error message appears [xsane] ERROR: xsane-startimage not found. Looks like xsane is not installed correct apart from these two problems it does work correctly

moormaster commented on 2025-10-29 18:23 (UTC)

It is already ported to gtk3 - just install xsane-git package instead if xsane.

robin0800 commented on 2025-10-29 10:12 (UTC)

will xsane be rewritten to remove gtk2 which is being removed?

kjkent commented on 2025-09-07 11:24 (UTC) (edited on 2025-10-13 21:24 (UTC) by kjkent)

@magnade you have to manually add the patch that @jprjr has posted recently.

Edit: I contacted @tonich to ask that he update the PKGBUILD

Edit 2: @tonich kindly made me a co-maintainer and I've added @jprjr's excellent patch. This PKGBUILD should again build without error.

magnade commented on 2025-09-05 01:36 (UTC)

looks like building is broken again

kjkent commented on 2025-09-03 19:00 (UTC)

@jprjr thanks for the patch -- I logged on just to post one myself and saw I'd been beat to it!

jprjr commented on 2025-09-03 15:16 (UTC)

Here's a patch

diff --git a/src/xsane-gamma.c b/src/xsane-gamma.c
index 7951354..93b8943 100644
--- a/src/xsane-gamma.c
+++ b/src/xsane-gamma.c
@@ -553,7 +553,7 @@ void xsane_update_sliders()

 /* ---------------------------------------------------------------------------------------------------------------------- */

-static gint xsane_batch_scan_gamma_event()
+static gint xsane_batch_scan_gamma_event(void* userdata)
 {
   DBG(DBG_proc, "xsane_batch_scan_gamma_event\n");

@@ -567,7 +567,7 @@ static gint xsane_batch_scan_gamma_event()

 /* ---------------------------------------------------------------------------------------------------------------------- */

-static gint xsane_slider_hold_event()
+static gint xsane_slider_hold_event(void* userdata)
 {
   DBG(DBG_proc, "xsane_slider_hold_event\n");

diff --git a/src/xsane-save.h b/src/xsane-save.h
index 64db676..e6fdab6 100644
--- a/src/xsane-save.h
+++ b/src/xsane-save.h
@@ -50,7 +50,7 @@ struct pdf_xref


 extern int xsane_create_secure_file(const char *filename);
-extern void xsane_cancel_save();
+extern void xsane_cancel_save(int*);
 extern void xsane_convert_text_to_filename(char **filename);
 extern int xsane_get_filesize(char *filename);
 extern void xsane_ensure_counter_in_filename(char **filename, int counter_len);

moormaster commented on 2025-06-22 19:41 (UTC)

You are right - when I downgrade gimp to 2.10.38-5 the menu item for creating a new image from the scanner source appears again.

aboliveira commented on 2025-06-22 14:28 (UTC) (edited on 2025-06-23 00:30 (UTC) by aboliveira)

@simona, I would not wait for an update from the packager. He/she last AUR login is from 6 months ago. He/she is not even reading our posts. I recommend you move from xsane to simple-scan, which is in the exra Arch repo.

aboliveira commented on 2025-06-22 14:24 (UTC)

@moormaster, I suspect GIMP 3.0 is not compatible with this version of Xsane.