GM-Script-Writer-62850

Results 130 comments of GM-Script-Writer-62850

those values come from the rendered size of the preview image, they are set when you click the scan button during right before it lets the page submit https://github.com/GM-Script-Writer-62850/PHP-Scanner-Server/blob/master/res/main.js#L110-L111 maybe...

in firefox open the error console (CTRL+SHIFT+K) do you get a error when clicking submit in firefox?

Communicating with scanners hosted via other computers requires sharing them via saned If they are standalone scanners you should consult there manual, alternatively you can hook them up to a...

you are thinking backwards, the scanner needs to be connected to the server, the client requires no direct connection to the scanner now sharing the scanner from the client to...

Did you mean a Kodak i2400 How is it connected to the server? Is this correct for your setup? ![untitled](https://user-images.githubusercontent.com/564653/36352577-f82adfee-1488-11e8-9d19-41f36e2e2019.png)

I deiced to make a new wiki page for showing how to connect the scanner: https://github.com/GM-Script-Writer-62850/PHP-Scanner-Server/wiki/Ways-to-hook-a-scanner-up

right after line [260](https://github.com/GM-Script-Writer-62850/Ubuntu-Mainline-Kernel-Updater/blob/master/KernelUpdateScriptGenerator#L260) (`sudo dpkg -i ./linux-*.deb`) of KernelUpdateScriptGenerator add this: ``` if [ $? -eq 1 ];then echo "Looks like we have a issue, lets try to fix...

That solved the issue in my testing Perhaps i should have had apt download libssl1.1 instead of noting it if you use the download only feature i may need to...

So in 16.04 the header package can not be installed as there is no libssl1.1 package? if that is the case i will just check if the header deb requires...

That should handle it better, however if you use --auto on the installer while libssl is not available on a system that requires the header package you will have problems...