solarkennedy / wine-x11-novnc-docker

Base Docker image to run wine programs in a web browser via noVNC (html5 vnc viewer) + Xvfb + x11vnc
Apache License 2.0
273 stars 103 forks source link

Replace Xvfb with Xdummy? #11

Open nsapa opened 4 years ago

nsapa commented 4 years ago

Hi,

The Xpra wiki article on Xdummy indicate it support more X11 extensions and the resize of the virtual display. So the noVNC frontend could resize the X11 virtual display and maybe fix #8.

Are you interested in work in this area?

Best regards, NS

solarkennedy commented 4 years ago

Neat! You are now a contributor, so I say have at it. I agree it would be super cool if resizing was supported all the way down the stack!

bkjaya2020 commented 4 years ago

Hi Kyle I have tried to create ivms4200- linux docker image using your solarkennedy/wine-x11-novnc-docker . It worked successfully before you upgraded your repository to ubuntu:eoan. Now I have got an error message "iVMS-4200: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory" . It is very useful , if you could publish the ubuntu:bionic version also . Or can I download and use your ubuntu:bionic version to create ivms4200- linux docker image with acknowledgement ?

nsapa commented 4 years ago

Hi @bkjaya2020

I reverted the part of the upgrade that removed libGL.so from the build. "error while loading shared libraries" shouldn't happend now.

Best regards, NS

bkjaya2020 commented 4 years ago

Thank you sir. Now it is working ! https://github.com/bkjaya2020/docker-ivms4200-linux Best regards, B.K.Jayasundera

nsapa commented 4 years ago

I made some progress in the XDummy branch.