1

We have TigerVNC installed in a docker Ubuntu 22.04 setup. I have also installed Chromium deb package...

When I tried to open Vhromium from VNC using below command:

chromium --disable-dev-shm-usage --no-sandbox --disable-gpu --user-data-dir --window-position=0,0 

Its stuck and not opening:

enter image description here

Is there anything extra to add here? We have TigerVNC installed and vncserver in running in DISPLAY:1.0

sotirov
  • 4,379
Karthi
  • 11

1 Answers1

0

This is most likely a snap issue.

Remove Chromium snap with sudo apt purge chromium-browser.

Then, install Chromium using APT and try again.