Neither Chromium nor Firefox browser run on my Jetson Orin Nano Super Development kit. The OS was freshly installed 3 times, Chromium has been deleted and re-install again. Firefox was installed but was having the same symptom. They were ran before and after Ubuntu was upgraded to 24.02 without help.
The symptom is: After the icon was clicked, the browser was starting up and the tab vanished after about 10 seconds.
I’m having the same issue. The only workaround I have is to install a web browser from flatpack which is similar to snap. After looking around forums, it seems SELinux is preventing the browser from opening even though Ubuntu uses App Armor and not SELinux. I tried to look further into removing or disabling SELinux, but non solves the issue. Gotta try to figure this out.
In the meantime you can follow this guide on installing flatpak: https://flatpak.org/setup/Ubuntu
Open a terminal and run the following commands.
After restarting you can now start installing a web browser i.e: flatpack install firefox
To make sure you are running the flatpak version of Firefox, run it via cli: flatpak run org.mozilla.firefox
I’ve been reading of people having the same issue after running the commad. Best bet is to keep on using flatpak version of web browsers. I’m doing the same.
On the one hand, chromium installed from apt/ flatpack did not seem to open pages unless started with arguments like that chromium-browser --disable-gpu --no-sandbox --disable-software-rasterizer
On the other hand firefox installed from apt instead of snap did the trick as quick fix somewhat like that ; [ Generated with AI, but tested manually that worked with minor adjustment]
”—-start—of-generated–text——
If you’re experiencing issues running Firefox installed via Snap on Ubuntu — such as errors related to SELinux contexts or permissions — you can switch to the official apt package from the Mozilla Team PPA to fix it.