-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hi,
I tried to run your script on Windows 7 (in GUIdock-Win.zip) and I had some issues :).
First was that I could not execute the bash script simply by double-clicking.
I tried executing the script from the mobaxterm terminal, but I had problems with line15 as mobaxterm uses a different directory structure (?)
I tried with cygwin then.
Line 20 caused a syntax_error that was fixed by changing //v to /v.
Also the way mobaxterm is started in line 64 does not allow whitespaces in the directory names. This shouldn't be much of a problem, but the way errors are handled makes it impossible to see this quickly (It just said : Looks like something went wrong... Press any key to continue...)
After this I got your examples to work really quickly. If I now want to run my own image I just have to change it in the script in line6 or is there something else that I have to take into account?