LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installed scanner driver, scans sent to /root directory, change destination? (https://www.linuxquestions.org/questions/linux-newbie-8/installed-scanner-driver-scans-sent-to-root-directory-change-destination-4175460576/)

gentleman.X 05-03-2013 08:54 AM

Installed scanner driver, scans sent to /root directory, change destination?
 
I just installed a scanner driver for my Brother multi-function printer/scanner/copier, and it works, except that I would like the scans to be sent to my documents folder (or wherever else I want) and not to the /root/brscan directory. Help, please. Thanks!

allend 05-03-2013 10:19 AM

Quote:

/root/brscan directory
Running as root are we? Not recommended.
It seems that you are using the Brother scan -key tool. The destination for the files is set in /opt/brother/scanner/brscan-skey/script/scantofile-0.2.4-0.sh on my system.
Code:

output_file=~/brscan/brscan_"`date +%Y-%m-%d-%H-%M-%S`"".pnm"
You could change the path highlighted in blue.

The alternative is to use a scanning program e.g.xsane, skanlite and capture images in the format and resolution you want to a path you choose.

gentleman.X 05-03-2013 12:08 PM

Excellent, just what I was looking for. Thanks!


All times are GMT -5. The time now is 01:09 PM.