Summary: | When selecting multiple scan areas only first area gets scanned ("Automatic Document Feeder") | ||
---|---|---|---|
Product: | [Applications] Skanlite | Reporter: | keeper_dev <keeper.dev> |
Component: | general | Assignee: | Kåre Särs <kare.sars> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate, nowa |
Priority: | HI | ||
Version: | 2.1.0.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/libksane/commit/2659134fed260cbb85e708390a787fd8362105c9 | Version Fixed In: | 20.12.0 |
Sentry Crash Report: |
Description
keeper_dev
2019-12-31 15:50:54 UTC
I think I encountered the same (or at least very similar) issue with my Brother MFC-j5320dw on Gentoo Linux. When the "Preview before saving" feature in the settings is enabled, and while trying to scan multiple documents (Using the automatic document feeder), only the first document will get scanned. After the first document has been scanned and after pressing the save button, the rest of the documents will just get pulled through. Disabling the "Preview before saving" feature fixes the issue, and makes the scanner scan multiple documents as expected using the ADF. Git commit bdeb3c826bfd674a215f693592ca16e70cc2f6e0 by Kåre Särs. Committed on 27/09/2020 at 15:07. Pushed by sars into branch 'master'. Fix multi-page scanning while also showing scanned images dialog M +3 -0 src/skanlite.cpp https://invent.kde.org/graphics/skanlite/commit/bdeb3c826bfd674a215f693592ca16e70cc2f6e0 Git commit 2659134fed260cbb85e708390a787fd8362105c9 by Kåre Särs. Committed on 27/09/2020 at 15:16. Pushed by sars into branch 'master'. Disable multi-selection for Automatic Document Feeder Only the active selection is scanned anyways when we have an ADF FIXED-IN: 20.12.0 M +11 -0 src/ksaneviewer.cpp M +2 -0 src/ksaneviewer.h M +26 -19 src/ksanewidget_p.cpp M +2 -0 src/ksanewidget_p.h M +0 -3 src/options/ksaneoptcombo.h M +1 -0 src/options/ksaneoption.h M +10 -2 src/selectionitem.cpp M +2 -0 src/selectionitem.h https://invent.kde.org/graphics/libksane/commit/2659134fed260cbb85e708390a787fd8362105c9 Thanks Kåre! |