Thanks for your help.

I have no idea why this is giving me so much trouble.
This is what I get per your suggestions:

rafe@office:~$ find /usr -name libsane.s

[1]+  Interrupt               dbus-monitor --session "type='signal',interface='org.gnome.ScreenSaver'" | ( while true; do
    read X; if echo $X | grep --color=auto "boolean true" &> /dev/null; then
        :;
    else
        if echo $X | grep --color=auto "boolean false" &> /dev/null; then
            ps -C notify-osd &> /dev/null; if [ $? -eq 0 ]; then
                killall -e notify-osd;
            fi;
        fi;
    fi;
done )

rafe@office:~$ scanimage -V
scanimage (sane-backends) 1.0.25git; backend version 1.0.25

So I seem to have a newer build running. No idea which directories it's using, but I have built in both /usr/lib/sane and /usr/lib/x86_64-linux-gnu/sane now.
-- 
sane-devel mailing list: [email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject "unsubscribe your_password"
             to [email protected]

Reply via email to