Chromium? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6) +---- Forum: Debian (https://forum.pine64.org/forumdisplay.php?fid=24) +---- Thread: Chromium? (/showthread.php?tid=688) |
RE: Chromium? - UnixOutlaw - 09-22-2016 With some help from Fourdee - I got Chromium up and running on DietPI on Pine64 : http://dietpi.com/phpbb/viewtopic.php?f=11&t=693&p=2993#p2984 I sorta got it running on the Longsleep Debian XFCE build - but I was unable to connect to my Google account, and forget about running more than two tabs at once... Works pretty much flawlessly following Fourdee's info at the DietPI forum... which is based mostly on stuff that's been posted in this thread... but new locations for the arm64 deb files... RE: Chromium? - MarkHaysHarris777 - 09-23-2016 Note: The linux build essentials posts from the tail of this thread have been preserved and moved to "LInux Build Essentials Research" tid=2265. Look forward to anyone interested in continuing that discussion there; The Chromium thread may continue... carry on ! marcus RE: Chromium? - S265 - 09-25-2016 Gdebi installed ok - but come up against a dependency problemo. Using Debian Mate image here - any ideas? debian@pine64:~/Downloads$ sudo gdebi chro* Reading package lists... Done Building dependency tree Reading state information... Done Building data structures... Done Building data structures... Done This package is uninstallable Dependency is not satisfiable: libstdc++6 (>= 5.2) RE: Chromium? - victagayun - 10-09-2016 (04-25-2016, 07:29 PM)baryluk Wrote: I applied some of the Riku's patches and fixed one minor issue with some syscalls in the sandbox, and was able to build chromium 50. Hello I am using Mate, after update, upgrade and dist-upgrade, I cannot install this ver50 anymore, So I install 53 instead, but the page cannot load anything at all, even the settings page, completely useless, how to fix? (10-09-2016, 07:31 AM)victagayun Wrote:(04-25-2016, 07:29 PM)baryluk Wrote: I applied some of the Riku's patches and fixed one minor issue with some syscalls in the sandbox, and was able to build chromium 50. this one helped! http://forum.pine64.org/showthread.php?tid=688&pid=16066#pid16066 RE: Chromium? - Mr.Thinker - 10-09-2016 (04-23-2016, 02:32 PM)baryluk Wrote: It works! Hi there I'm new in this forum. I'm struggling trying to make chromium work like it should do but the procedure you describe let the browsing safety "uncovered" and, since this is the only device I've to study at the moment I'd prefer to solve the problem in different ways. I get the error with seccomp and sandbox, is there anyone that knows how could I fix it? thank you so much for your attention RE: Chromium? - baryluk - 01-02-2017 (10-09-2016, 01:51 PM)Mr.Thinker Wrote:(04-23-2016, 02:32 PM)baryluk Wrote: It works! The chromium is now available in Debian in testing and unstable: https://packages.debian.org/search?keywords=chromium&searchon=names&exact=1&suite=all§ion=all Just run apt-get update && apt-get install chromium from root. RE: Chromium? - victagayun - 02-07-2017 (01-02-2017, 12:25 PM)baryluk Wrote: The chromium is now available in Debian in testing and unstable: https://packages.debian.org/search?keywords=chromium&searchon=names&exact=1&suite=all§ion=all I just did it: Code: sudo apt-get install chromium-browser when I ran chromium, it shows the popular "Aw, snap!" display, no matter what menu I click, i.e. settings, about, all the same... Now will try to install from linaro repo ....... RE: Chromium? - victagayun - 02-07-2017 (02-07-2017, 08:06 AM)victagayun Wrote: I just did it: then I remove it: Code: ubuntu@pine64:~$ sudo apt-get --remove purge chrom* then download as zip those files in google drive and unzip, here are the file : Code: ubuntu@pine64:/media/ubuntu/03_32GB$ ls then did Code: ubuntu@pine64:/media/ubuntu/03_32GB$ sudo gdebi chro* I got this : Code: Reading package lists... Done any ideas? RE: Chromium? - victagayun - 02-08-2017 Code: ubuntu@pine64:/media/ubuntu/03_32GB/53$ ls I got it! Code: sudo apt-get install chromium-browser run chrome, chromium, chromium-browser Code: ubuntu@pine64:~$ chrome add filter box Code: ubuntu@pine64:~$ chromium-browser --disable-seccomp-filter-sandbox RE: Chromium? - Gnx - 05-26-2017 Has anyone tried to compile chromium 55+ yet? I was hoping the same netflix pi fix would potentially work on the Pine. Rpi is on chromium 56 as seen below: https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=176402 I didnt want to try it without getting some insight here before hand. |