I've been trying to install firefox for Ubuntu today, and I cannot get it to work, i've tried using snap, and through normal terminal install but cannot get it to work. If I just click the icon on applications nothing happens, but if I run it from the terminal I get this error,
Not loading module "atk-bridge" the functionality is provided by GTK natively. Please try to not load it.
[GFX1-]: glxtest: VA-API test failed: failed to initialise VAAPI connection.
ATTENTION: default value of option mesa_glthread overridden by environment.
Edit: I'm using Ubuntu 22.04.1 And the commands that I'm using are:
- $ sudo apt install firefox
- sudo snap install firefox
sudo apt install firefox
installs the snap by default on Ubuntu 22.04, it's a dummy package. Please add to the original question the output ofsnap list
. – noisefloor Feb 04 '23 at 17:21