From 096799516de9a71f93126187afe67807aeb0fac3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 30 Jan 2024 06:05:18 +0000 Subject: www-client/ungoogled-chromium : revision bump --- www-client/ungoogled-chromium/files/chromium-launcher.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www-client/ungoogled-chromium/files/chromium-launcher.sh') diff --git a/www-client/ungoogled-chromium/files/chromium-launcher.sh b/www-client/ungoogled-chromium/files/chromium-launcher.sh index 1163ff3d..62d5cf7d 100644 --- a/www-client/ungoogled-chromium/files/chromium-launcher.sh +++ b/www-client/ungoogled-chromium/files/chromium-launcher.sh @@ -34,7 +34,7 @@ if [[ ${EUID} == 0 && -O ${XDG_CONFIG_HOME:-${HOME}} ]]; then fi # Select session type and platform -if @@OZONE_AUTO_SESSION@@; then +if true; then platform= if [[ ${XDG_SESSION_TYPE} == x11 ]]; then platform=x11 @@ -54,6 +54,6 @@ if @@OZONE_AUTO_SESSION@@; then fi # Set the .desktop file name -export CHROME_DESKTOP="chromium-browser-chromium.desktop" +export CHROME_DESKTOP="chromium-browser-ungoogled-chromium.desktop" exec -a "chromium-browser" "$PROGDIR/chrome" --extra-plugin-dir=/usr/lib/nsbrowser/plugins ${CHROMIUM_FLAGS} "$@" -- cgit v1.2.3