To solve Captchas, I install Chromium inside the container using INSTALL_PACKAGE="chromium". While versions 4.5.x of the base image worked perfectly fine, with versions 4.6.x the display freezes seconds after launching Chromium inside the container, not allowing to click anywhere or to solve Captchas.
Expected Behavior
The VNC session not to freeze and similar behaviour to previous 4.5.x versions.
Then, setup JDownloader to use Chromium to solve captchas using ["/usr/bin/chromium-browser", "--no-sandbox", "%s"] for GeneralSettings: Browser Command Line setting. Open a link that requires solving Captchas, install the browser plugin and watch the VNC session freeze after a few seconds.
Current Behavior
To solve Captchas, I install Chromium inside the container using INSTALL_PACKAGE="chromium". While versions 4.5.x of the base image worked perfectly fine, with versions 4.6.x the display freezes seconds after launching Chromium inside the container, not allowing to click anywhere or to solve Captchas.
Expected Behavior
The VNC session not to freeze and similar behaviour to previous 4.5.x versions.
Steps To Reproduce
Take the following compose file:
Then, setup JDownloader to use Chromium to solve captchas using
["/usr/bin/chromium-browser", "--no-sandbox", "%s"]
forGeneralSettings: Browser Command Line
setting. Open a link that requires solving Captchas, install the browser plugin and watch the VNC session freeze after a few seconds.Environment
Container creation
See above
Container log
Container inspect
No response
Anything else?
No response