Skip to content

Why Firefox fails WebGL test? #15

Answered by accetto
accetto asked this question in Q&A
Discussion options

You must be logged in to vote

This is actually not a bug, but a compromise decision taken during development. I try to keep the images slim and therefore I try to include only a minimum of necessary packages.

However, Firefox requires the mesa-utils package to be installed to pass the WebGL test from above. Interestingly enough, Chromium doesn't require that.

Because the mesa-utils package adds 143MB to the image, which is almost a half of the base image accetto/ubuntu-vnc-xfce-g3:vnc size, I've decided against it.

There are several ways to get a Firefox image, which passes the WebGL test, if you really need it:

  1. You can install the mesa-utils package in the runtime using sudo apt-get update && sudo apt-get install -…

Replies: 1 comment

Comment options

accetto
May 24, 2021
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by accetto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant