From 19df435c6d5f35e2dd8a312e244d9bf52d7095f3 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Mon, 27 Dec 2021 11:56:30 -0500 Subject: [PATCH] drop enable-features flag, not needed, makes things more complicated --- chromium-browser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromium-browser.sh b/chromium-browser.sh index 82527cb7..b0ace534 100755 --- a/chromium-browser.sh +++ b/chromium-browser.sh @@ -52,7 +52,7 @@ CHROMIUM_DISTRO_FLAGS=" --enable-plugins \ # This provides a much better experience on Wayland. if [ "$XDG_SESSION_TYPE" == "wayland" ] || [[ $WAYLAND_DISPLAY ]] ; then - CHROMIUM_DISTRO_FLAGS="--enable-features=UseOzonePlatform --ozone-platform=wayland $CHROMIUM_DISTRO_FLAGS" + CHROMIUM_DISTRO_FLAGS="--ozone-platform=wayland $CHROMIUM_DISTRO_FLAGS" fi if [ -f "$HERE/PepperFlash/libpepflashplayer.so" ] && [ -f "$HERE/PepperFlash/manifest.json" ] ; then