I’ve been working on Jetson Orin Nano, and I’ve been trying to install the browser and launch it. No matter which browser I install, they don’t launch, and I get the message shown in the image.
FYI, you’re in the old original Nano forums (the TX1). There is a different forum someone from NVIDIA could move this to for the Orin Nano:
https://forums.developer.nvidia.com/c/robotics-edge-computing/jetson-embedded-systems/jetson-orin-nano/632
I noticed that this firefox was installed via snap. It was recently noted that snap has started forcing SElinux via individual app settings. Most desktop PCs will have SElinux enabled (even if not enforcing), and thus the kernel has the driver for SElinux and the filesystem has SElinux labels. Jetsons do not normally enable SElinux drivers (which can be set to non-enforcing), and the filesystem does not normally have SElinux labels. You should look at this:
- https://forums.developer.nvidia.com/t/latest-ubuntu-jetson-update-5th-august-2025-no-web-browsers/341296/4
- https://forums.developer.nvidia.com/t/chromium-other-browsers-not-working-after-flashing-or-updating-heres-why-and-quick-fix/338891
Fixes include adding content to make SElinux possible, or sometimes an option to disable requiring SElinux from individual apps, or reverting to a snap earlier release which did not tell the app to use SElinux.
I don’t know about the specific app matchpathcon. This would be an app used with SElinux, but probably user space instead of being a kernel driver.
sudo apt install epiphany-browser
This runs very well on the nano, light weight and appears to be clean.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.
