pelya / debian-noroot

Debian running on Android, without rooting your phone
https://play.google.com/store/apps/details?id=com.cuntubuntu
379 stars 69 forks source link

chromium-browser segfaults on start #30

Open gkovacs opened 7 years ago

gkovacs commented 7 years ago

This same issue occurs on GNURoot, which I have reported at https://github.com/corbinlc/GNURootDebian/issues/164

I installed chromium-browser for jessie under using the following instructions (from http://raspberrypi.stackexchange.com/questions/41603/installing-chrome-on-raspbian/51633#51633 ). This is with the latest version of debian-noroot

sudo apt-get update
wget -qO - http://bintray.com/user/downloadSubjectPublicKey?username=bintray | sudo apt-key add -
echo "deb http://dl.bintray.com/kusti8/chromium-rpi jessie main" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get install chromium-browser

It segfaults when running:

u0_a200@localhost:/$ chromium-browser
/usr/bin/chromium-browser: line 88: /dev/fd/62: No such file or directory
Segmentation fault
HansLanger commented 5 years ago

I have the same problem: https://github.com/CypherpunkArmory/UserLAnd/issues/525#issuecomment-454904754