after installing it, run firefox and no window opens, however in the system monitor I see firefox running, the same thing happens with chrome and opera, ¿what can i do, could someone help me? my computer has 2 cores 4G memory and more than 250G free disk
Asked
Active
Viewed 97 times
0
1 Answers
0
Maybe you just upgraded to 22.04 or reinstall the ubuntu-desktop.
You can use snap list
to check out the information in the last column "Notes".
If any of your core/core22/core20/core18 show "broken", then
sudo snap remove core(choose all broken)
sudo sanp install core(same)
Or firefox shows "disable",then
sudo apt enable firefox
and the typefirefox
in terminal.
Maybe it will pop out errors likefailed to load module "canberra-gtk-module"
https://askubuntu.com/a/208436/1630689 will help you with this.

yaoyhu
- 21
-
Hello, thanks for your collaboration, I tried these options but I can't get firefox to work – Alvaro Garcia Oct 25 '22 at 21:25
-
Actually, Snap is a terrible package manager. I recommend that you remove all packages installed by snap and snap itself (remember to disable re-installation by itself). And if the question still bothers you, you can install Firefox by following official instructions via zip. – yaoyhu Mar 26 '23 at 15:35
firefox
is installed by default and doesn't need installation, are you using the desktop release? What screen resolution are you using? (in QA I've used resolutions down to 1024x800 without issue)3 – guiverc Oct 10 '22 at 00:15