summaryrefslogtreecommitdiff
path: root/www-client/ungoogled-chromium/files/chromium-launcher.sh
diff options
context:
space:
mode:
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} "$@"