Netflix, Amazon Prime Video, and Chromium. - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: General Discussion on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=112) +--- Thread: Netflix, Amazon Prime Video, and Chromium. (/showthread.php?tid=10620) Pages:
1
2
|
RE: Netflix, Amazon Prime Video, and Chromium. - stozi - 08-12-2020 Now I get this Code: $ sudo chromium-armhf lsb_release is installed. usually to solve the singleton error you'd delete .config/chromium/singletonLOCK, but that does nothing, and 'find' doesn't find another singleton file anywhere else on the system. This is the first time I've used docker, I guess these problems are within the Docker image and I need some analogy of chroot to edit it? RE: Netflix, Amazon Prime Video, and Chromium. - spikerguy - 11-13-2020 (07-10-2020, 06:47 PM)Nobot Wrote: Thank you everyone. I am working on installing Chromium. As you guys know i am a complete novice concerning Linux code. When I get Chromium installed or running off an SD card I will post my success. I really appreciate all the help.Yes its ok we all learn slowly by practicing. First you need to share what Operating system are you using? If you're using Manjaro ARM Linux then I can help you as I am the maintainer of `chromium-docker` package. Try this: This will remove the existing chromium-docker package Code: sudo pacman -Rnsc chromium-docker Then install again using Code: sudo pacman -S chromium-docker then just reboot and try to open it from the start menu. Regarding the profile issue you can just restart your pc and the profile issue should be resolved but I prefer starting fresh just to clear anything that have messed up the profile in your first try. RE: Netflix, Amazon Prime Video, and Chromium. - vb_linux - 01-05-2021 (11-13-2020, 08:18 AM)spikerguy Wrote: If you're using Manjaro ARM Linux then I can help you as I am the maintainer of `chromium-docker` package.Does the Chromium ever updates in Chromium docker? How to update it to latest version? RE: Netflix, Amazon Prime Video, and Chromium. - spikerguy - 03-12-2021 (01-05-2021, 11:25 PM)vb_linux Wrote:It does but It cannot be as updated as the regular Chromium.(11-13-2020, 08:18 AM)spikerguy Wrote: If you're using Manjaro ARM Linux then I can help you as I am the maintainer of `chromium-docker` package.Does the Chromium ever updates in Chromium docker? How to update it to latest version? Technical Reason: We need to find compatible lib-widevine to work with the Chromium version which is dependant on the CHROME-OS Image if they upgrade lib-widevine then we can upgrade the chromium. I try to update it but it takes quite some time to find the right matching Chromium version for the widevine we fetch from CHROME-OS recovery Image. Good question but that is the reason it is recommeded to use chromium-dockers for only DRM content and not for normal browsing. |