summaryrefslogtreecommitdiff
path: root/www-client/ungoogled-chromium/files/chromium-launcher.sh
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-30 06:05:18 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-30 06:05:18 +0000
commit096799516de9a71f93126187afe67807aeb0fac3 (patch)
treed8ffd321d5cb922541efc4ca3ac4ecb61afbcd92 /www-client/ungoogled-chromium/files/chromium-launcher.sh
parent5b5371f1d1fb1555c42eff7f69736d789677da28 (diff)
www-client/ungoogled-chromium : revision bump
Diffstat (limited to 'www-client/ungoogled-chromium/files/chromium-launcher.sh')
-rw-r--r--www-client/ungoogled-chromium/files/chromium-launcher.sh4
1 files changed, 2 insertions, 2 deletions
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} "$@"