Chromium update (#2916)

* changing browser

moving to chromium-browser from ppa

* added new chromium-browser ppa

added new pps for non snap ver of chromium

* adding fix to chromium for perfomance

* added firefox back
This commit is contained in:
Richard Neese 2021-06-27 18:12:13 -04:00 committed by GitHub
parent 94638c25b0
commit cdda1f0460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,12 @@ if [ -d /etc/chromium-browser/ ]; then ln -sf /etc/armbian/chromium.conf /etc/ch
if [ -d /etc/chromium.d/ ]; then ln -sf /etc/armbian/chromium.conf /etc/chromium.d/chromium.conf; fi
cp -R /etc/armbian/chromium /usr/share
if [ -f /etc/chromium-browser/default ]; then
cat > /etc/chromium-browser/default << DELIM
# Options to pass to chromium-browser
CHROMIUM_FLAGS="--use-gl=egl --ignore-gpu-blocklist --enable-accelerated-video-decode --enable-zero-copy --enable-gpu-rasterization --enable-oop-rasterization --enable-pinch --flag-switches-begin --flag-switches-end --origin-trial-disabled-features=SecurePaymentConfirmation"
DELIM
# overwrite stock firefox configuration
if [ -d /etc/firefox/ ]; then ln -sf /etc/armbian/firefox.conf /etc/firefox/syspref.js; fi
if [ -d /usr/lib/firefox-esr/ ]; then

View File

@ -1 +1 @@
firefox
chromium-browser firefox

View File

@ -0,0 +1 @@
ppa:saiarcot895/chromium-dev