Thankyou so much Moonman. I also want to confirm that the arm version offered on official repository is non working and just crashed on loadup. Yours just worked!
On a completely separate note. Does anyone know how to get the widevine license stuff working on Arch Linux arm? For viewing netflix and Amazon instant video and others? On debian jesse for Pi there are easy ways to do this (
http://conoroneill.net/running-the-late ... erry-pi-2/ ) but for arch linux users I have tried everything possible, extracted out the files needed and tried to replace them but Chromium on Arch Linux just doesn't want to know about it. I've tried to recompile the deb install files to get files missing from Arch Linux but it's just not working. I feel it's harsh that Chromium doesn't work right on archlinux arm and a version running on Debian Jessie can do far far more with everything working out of the box. There is a chromium-widevine package for archlinux non arm versions but sadly it's not made it's way to arm. I also had problems with Flash (pepper) using the official pacman app... I had to go unofficial to get that working as well adding flags ( creating a .conf file in .config/chromium-flags.conf ) for the pepper-flash files i ended up finding online elsewhere (
https://ubuntu-mate.community/t/tutoria ... refox/3598 ). What I would say re flash though is it's not brilliantly smooth on my pi. Fab for listening to music but for watching video... hmmm.. not that impressed. Has anyone seen it working smoothly on video on pi? I can't maximise screen else it becomes unwatchable and at small res audio lags a bit and motion is ok at best but I don't want to watch it like this so... it is great for music but hope there is a better solution soon. BTW once you've created the .conf file i.e. sudo nano .config/chromium-flags.conf => the line needed is "--ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so --ppapi-flash-version=20.0.0.228-r1" for it to work on Arch Linux (So no CHROMIUM-FLAGS bit). Most the other instructions are the easy enough to follow.