Here are the steps to configure a SANE backend like the net
one:
-
Create the
sane.d
folder in theconfig
app dir:$ mkdir $HOME/.var/app/org.kde.skanlite/config/sane.d
-
Write the backend config:
$ cat $HOME/.var/app/org.kde.skanlite/config/sane.d/net.conf # This is the net backend config file. ## saned hosts # Each line names a host to attach to. # If you list "localhost" then your backends can be accessed either # directly or through the net backend. Going through the net backend # may be necessary to access devices that need special privileges. localhost
The
sane.d
config folder should look like this:~/.var/app/org.kde.skanlite/config/ ├── sane.d │ └── net.conf └── skanliterc