From 42aceb750f9eaac4d0c62087de5ab2465a2cd064 Mon Sep 17 00:00:00 2001 From: Vadim Troshchinskiy Date: Tue, 11 Feb 2025 12:40:19 +0100 Subject: [PATCH] Fix environment variable name --- includes/etc/environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/etc/environment b/includes/etc/environment index f00e250..231fa9d 100644 --- a/includes/etc/environment +++ b/includes/etc/environment @@ -3,4 +3,4 @@ LC_ALL=es_ES.UTF-8@euro LANG=es_ES.UTF-8@euro LANGUAGE=es_ES.UTF-8@euro XDG_RUNTIME_DIR=/run/user/0 -QTENGINE_CHROMIUM_FLAGS=--no-sandbox +QTWEBENGINE_CHROMIUM_FLAGS=--no-sandbox