我正在使用PopOs 22。我无法下载Etcher使用应用程序文件,可在他们的官方网站。在以前的发行版中,我只需双击就可以轻松地打开它,但是在PopOs上,它不会打开。我找了很久,但却找不到解决办法。这些是我为解决这个问题所做的一些事情。

chmod +x balenaEtcher-1.7.9-x64.AppImage来创建可执行文件。在进行上述2项更改后,我仍然无法打开appimage文件。
使用Deb repos:
我也尝试过使用deb repos安装Etcher,但是即使使用这种方法,它也没有成功安装。上面写着安装结束时的chmod: balena-etcher-electron: no such file or directory。虽然这会在系统上安装Etcher (我可以在应用程序列表中看到它),但是当我试图打开它时,什么都不会发生,我也不能打开这个应用程序。这就是我所遵循的链接

Etcher也有其他选择,所以这不是什么大问题(PopOs已经预先安装了用于烧录iso文件的冰棒)。然而,我真的很喜欢这个发行版,我想坚持下去。无法打开appimage文件对我来说是个问题。任何关于这个问题的帮助都是非常感谢的!提前谢谢。
运行./*..AppImage时控制台上出现错误
[Axios v1.7.9] Transitional option 'clarifyTimeoutError' has been deprecated since v1.0.0 and will be removed in the near future
[Axios v1.7.9] Transitional option 'forcedJSONParsing' has been deprecated since v1.0.0 and will be removed in the near future
[Axios v1.7.9] Transitional option 'silentJSONParsing' has been deprecated since v1.0.0 and will be removed in the near future
[4724:0828/182040.725841:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.
/tmp/.mount_balenacTllMg/balena-etcher-electron: line 10: 4724 Trace/breakpoint trap (core dumped) "${script_dir}"/balena-etcher-electron.bin "$@"发布于 2022-08-30 13:12:03
试试这个:
./your-balena.AppImage --disable-gpu-sandbox我怀疑是因为某种原因和沙箱有关。可能是个bug,应该报告。
https://unix.stackexchange.com/questions/714808
复制相似问题