Mykola Dimura

Results 17 comments of Mykola Dimura

Tried copying the module from the host, driver seems to load, but the problem persists. [Xorg.0.log](http://pastebin.com/nR0P8Cv0)

In my case it would be useful, because I run containers on separate DHCP IPs with pipework, so docker port assignment does not apply.

Yes, I guess I could add an all-static version of the image

I tried windeployqt once, but id did not work for me. Would be great if you find out how to make it work! Maybe you could ask for help in...

Yep, I will split the image into several variants at some point, qt-static could be one of them. For now I copy the dlls manually in the build script as...

`/usr/{x86_64-w64-mingw32,i686-w64-mingw32}/{bin,lib/qt/plugins/{imageformats,iconengines,platforms}}` for x64 and x32 builds respectively.

The dlls are shared libraries (as opposed to static), so yes, they are needed in addition to the exe. It is enough to copy the .dlls and .exe in the...