jlesage / docker-baseimage-gui

A minimal docker baseimage to ease creation of X graphical application containers
MIT License
1.2k stars 179 forks source link

New environment variable to control VNC compression #92

Closed paya-cz closed 1 year ago

paya-cz commented 1 year ago

I am playing with your jlesage/firefox image by running it locally on my machine. I think the latency of the browser could be improved by disabling compression (since it is running locally after all). My suggestion is to add an environment variable to jlesage/baseimage-gui which would easily let users enable/disable VNC compression.

jlesage commented 1 year ago

The compression level can be controlled via the slider from the control menu. Moving it all the way left sets a level of 0, which means no compression.

jlesage commented 1 year ago

Closing this issue. Please re-open if needed.