Marco Schmidt
Marco Schmidt
If you use your own mirror you can not use `/etc/apt/sources.list.d` for this, because apt gives `/etc/sources.list` higher priority. As I said, it is a common procedure to use `dh_configpackage`...
I tried hard to give you all the scripts and data needed. I remember, that I could reproduce the problem with the scripts and data I added to this issue....
The last line (closing schema) in the wsdl was missing. I am in the same position as @acidjunk. Just a user of zeep, without deep knowledge of the underlying technology....
I have no Windows.
Just tried it and it works as expected. Thanks !! Of course a gpg agent needs to be running, to store the password in its keyring.
I found a document describing it quiet clearly. [Developers best practice for Windows user profiles](https://www.hass.de/content/developers-best-practice-windows-user-profiles) %AppData% would be best, but be aware, that this could be an UNC path in...
From experience I know, it is always a bad idea to poke in config files of other packages. I use `jq` for updating `daemon.json`. But I just cover simple changes....
On my brother MFC-L2710 the modes shown are: ``` scanimage --device "brother4:net1;dev0" -A ... --mode Black & White|Gray[Error Diffusion]|True Gray|24bit Color[Fast] [24bit Color[Fast]] ... ``` as far as I understood...
`[[` is a bash internal command. Ether change the shebang to `/bin/bash` or replace all `[[` and corresponding `]]` by `[` and `]`.