[Bug 340099] Re: Scan all pages option doesn't stop when all pages are done
Jeffrey Ratcliffe
Jeffrey.Ratcliffe at gmail.com
Wed Mar 11 05:44:02 UTC 2009
On Mar 10, 2009 11:33pm, Jack Senechal <jack at thewizardrie.com> wrote:
> 1) Implement some logic like this, since it's implied you want to use the
> ADF if you're scanning more than one page at a time:
> if (pages == 'all' || pages > 1) {
> if (batch-scan-option-present) {
> enable batch-scan
> }
> }
Or if you specify the ADF directly:
if (batch-scan-option-present) {
if ($source == 'ADF' or ($source == 'auto' and ((pages == 'all' || pages >
1)) {
enable batch-scan
}
}
> 2) Detect when the ADF is out of paper and stop scanning then. The
The detection is only passed onto SANE when the batch-scan option is
enabled.
I'll look at implementing option 1.
--
Scan all pages option doesn't stop when all pages are done
https://bugs.launchpad.net/bugs/340099
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list