当前位置: 首页 > news >正文

jetson ubuntu 打不开 firefox和chromium浏览器

jetson在近期自动更新了软件版本之后发现我安装的chromium和自带的firefox浏览器都没法打开了。比如点开firefox图标后一直在转圈圈:

然后在命令行执行 firefox 用指令开启会报以下错误:

abc@ubuntu:~$ firefox
2025/08/23 21:53:48.075751 cmd_run.go:1344: WARNING: cannot create user data directory: failed to verify SELinux context of /home/abc/snap: exec: "matchpathcon": executable file not found in $PATH
cannot set capabilities: Operation not permitted

后来在nvidia官网论坛找到了原因以及解决方法:

https://forums.developer.nvidia.com/t/chromium-other-browsers-not-working-after-flashing-or-updating-heres-why-and-quick-fix/338891/35https://forums.developer.nvidia.com/t/chromium-other-browsers-not-working-after-flashing-or-updating-heres-why-and-quick-fix/338891/35Jetson/L4T/r36.4.x patches - eLinux.orghttps://elinux.org/Jetson/L4T/r36.4.x_patches#Web_Browser原因(snap最新版本兼容性问题):

When Snap updated to version 2.70, what professionals call “Bad Things Happen” magically appeared. The main reason is due to the way that Snap handles permissions. You may have seen the cannot set capabilities: Operation not permitted . error when you attempt to launch a browser like Chromium or an IDE from the command line. If launching from a desktop icon, the app appears to launch but does not.

可以通过以下方式获取当前snap的版本,我的确实是2.7了

abc@ubuntu:~$ snap --version
snap    2.70
snapd   2.70
series  16
ubuntu  22.04
kernel  5.15.148-tegra

解决方式

官方给了两种个链接,但都是同一种解决方式:

Web browser(Chromium, Firefox) does not workPlease use either solution:
Chromium, other browsers not working after flashing or updating - Here's WHY and QUICK FIX - Jetson Orin Nano - NVIDIA Developer Forums
or
Jetson orin nano - Browser issue - #74 by DaneLLL - Jetson Orin Nano - NVIDIA Developer Forums // will be enabled by default in next r36.5

这里直接贴出来指令:

# 1、下载旧版本
abc@ubuntu:~$ snap download snapd --revision=24724
获取 snap "snapd"
Fetching assertions for "snapd"
可以这样安装 snap:snap ack snapd_24724.assertsnap install snapd_24724.snap# 2、确认并安装
abc@ubuntu:~$ sudo snap ack snapd_24724.assert
abc@ubuntu:~$ sudo snap install snapd_24724.snap
2025-08-23T22:07:31+08:00 INFO Waiting for automatic snapd restart...
snapd 2.68.5 from Canonical✓ installed# 3、禁用snap的auto refresh
abc@ubuntu:~$ sudo snap refresh --hold
Auto-refresh of all snaps held indefinitely# 4、此时firefox和chromium就能用了

http://www.dtcms.com/a/346949.html

相关文章:

  • 非线性规划学习笔记
  • SpringBootWeb入门
  • 力扣(全排列)
  • 生成模型 | 扩散模型损失函数公式推导
  • Go语言数据结构与算法-基础数据结构
  • 《WinRAR》 [7.12] [x64] 烈火版 下载
  • 数据结构的线性表:顺序表
  • piecewise jerk算法介绍
  • 2025年音乐创作大模型有哪些?国内国外模型汇总以及优点分析
  • 高阶数据结构---ST表
  • 同类软件对比(一):Visual Studio(IDE) VS Visual Studio Code
  • [CISCN2019 华北赛区 Day1 Web5]CyberPunk
  • MySQL存储过程入门
  • OCR、文档解析工具合集(下)
  • MySQL InnoDB引擎
  • STM32F1 SysTick介绍及应用
  • Nacos-12--扩展:@RefreshScope和@ConfigurationProperties实现热更新的原理
  • PHP - 线程安全 - 疑问与答案
  • springboot 表现层消息一致性处理:前后端数据协议
  • SpringMVC相关自动配置
  • 第1篇:走进日志框架的世界 - 从HelloWorld到企业级应用
  • C++中, new对象时有哪几种情况会导致new失败
  • piclist+gitee操作指南
  • DeepSeek V3.1深度解析:一个模型两种思维,迈向Agent时代的第一步!
  • 屏幕类型与信号接口
  • 不用 if-else,Spring Boot 怎么知道 ?status=10 是哪个枚举?
  • 全面解析JVM预热:原理、价值与实践指南
  • Mybatis Plus - 代码生成器简单使用
  • SSE实时通信与前端联调实战
  • 内网穿透教程