我刚刚在手机上使用 UserLAnd 安装了 Ubuntu。我安装了 Firefox 并尝试通过终端启动它。我得到了错误
[18567, Main Thread] WARNING: failed to open shm: Permission denied: file /build/firefox-dnXMb4/firefox-70.0+build2/ipc/chromium/src/base/shared_memory_posix.cc, line 250
Segmentation fault
我使用apt purge firefox
后重新安装了它。我再次尝试从终端启动 Firefox,但出现了同样的错误。
附加信息:Root 用户,Android,UserLAnd w/xsdl Ubuntu 18.04 lts
答案1
做了一些调查。我发现本指南并且它运行完美。
apt update
apt install software-properties-common
add-apt-repository ppa:mozillateam/ppa
apt update
apt install firefox-esr
firefox-esr