09-08-2016, 09:09 AM
I've been able to get Chromium working on my Pine 64 by adding this ppa:
https://launchpad.net/~saiarcot895/+arch...romium-dev
But I've been unable to get flash player to work. I used these instructions to install the plugin:
https://ubuntu-mate.community/t/tutorial...refox/3598
Here are the CHROMIUM_FLAGS I have set in /etc/chromium-browser/default:
CHROMIUM_FLAGS="--disable-namespace-sandbox --disable-seccomp-filter-sandbox --disk-cache-size=200 --ppapi-flash-path=/home/ubuntu/PepperFlash/libpepflashplayer.so --ppapi-flash-version=22.0.0.209-r1"
When I leave out the "--disable-namespace-sandbox" flag and try to load a page that requires the flash plugin I get an error that says libpepflashplayer.so doesn't exist even though it clearly does. When I add the "--disable-namespace-sandbox" flag I get this error:
[35:35:0907/204016:ERROR:ppapi_thread.cc(302)] Failed to load Pepper module from /home/ubuntu/PepperFlash/libpepflashplayer.so (error: /home/ubuntu/PepperFlash/libpepflashplayer.so: cannot open shared object file: Permission denied)
I've tried with the libpepflashplayer.so in /usr/lib/PepperFlash and owned by root, and I've tried with it in my home folder and owned by me. I've tried with 755 permissions as well as 777.
I've tried using the Ubuntu Mate image from the Pine64 downloads page and I've tried using a Longsleep minimal image and then installing xubuntu-desktop.
Any idea what's really happening here?
Thanks,
Rich
https://launchpad.net/~saiarcot895/+arch...romium-dev
But I've been unable to get flash player to work. I used these instructions to install the plugin:
https://ubuntu-mate.community/t/tutorial...refox/3598
Here are the CHROMIUM_FLAGS I have set in /etc/chromium-browser/default:
CHROMIUM_FLAGS="--disable-namespace-sandbox --disable-seccomp-filter-sandbox --disk-cache-size=200 --ppapi-flash-path=/home/ubuntu/PepperFlash/libpepflashplayer.so --ppapi-flash-version=22.0.0.209-r1"
When I leave out the "--disable-namespace-sandbox" flag and try to load a page that requires the flash plugin I get an error that says libpepflashplayer.so doesn't exist even though it clearly does. When I add the "--disable-namespace-sandbox" flag I get this error:
[35:35:0907/204016:ERROR:ppapi_thread.cc(302)] Failed to load Pepper module from /home/ubuntu/PepperFlash/libpepflashplayer.so (error: /home/ubuntu/PepperFlash/libpepflashplayer.so: cannot open shared object file: Permission denied)
I've tried with the libpepflashplayer.so in /usr/lib/PepperFlash and owned by root, and I've tried with it in my home folder and owned by me. I've tried with 755 permissions as well as 777.
I've tried using the Ubuntu Mate image from the Pine64 downloads page and I've tried using a Longsleep minimal image and then installing xubuntu-desktop.
Any idea what's really happening here?
Thanks,
Rich