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

Could We Get A Newer Version Of NoVNC Becuase It Doesn't Scale #8

Closed MapGuy11 closed 4 years ago

MapGuy11 commented 4 years ago

This really isn't a issue I love your docker image I just wish we could get a newer NoVNC package since it doesn't scale at all to your browser window it just stays at a small 4:3 aspect ratio. Also Newer version of NoVNC have more options ,but overall your package is great!

nsapa commented 4 years ago

Hi,

The docker image is running the latest stable version of NoVNC with the vnc_lite.html template. That's why they are very little options. Change the script to use vnc.html instead and you will get the full featured GUI. The 4:3 aspect ratio come from the Xvfb resolution defined in supervisord.conf.

Best regards, NS

bkjaya2020 commented 4 years ago

Hi Nicolas This is to inform you that I have used solarkeneddy/wine-x11-novnc-docker to build SMath Studio-0.99.7030 docker image . https://github.com/bkjaya2020/smathstudio I have posted this comment here as there is no other way to communicate with you . Thank you very much Best regards B.K.Jayasundera

solarkennedy commented 4 years ago

Thanks @bkjaya2020 :+1:, looks awesome!

bkjaya2020 commented 4 years ago

Thank you Kyle. Your solarkennedy/wine-x11-novnc-docker is marvellous !

MapGuy11 commented 4 years ago

Is it ok if I close this?