From 76a71cff93f6ffa420fde2126e384b455cca7df7 Mon Sep 17 00:00:00 2001 From: FixeQ <134298056+FixeQyt@users.noreply.github.com> Date: Fri, 30 Aug 2024 16:21:13 +0200 Subject: [PATCH] Fix with a language other than English set in the system. --- winapps-launcher.service | 1 + 1 file changed, 1 insertion(+) diff --git a/winapps-launcher.service b/winapps-launcher.service index c7027bc..1df406d 100644 --- a/winapps-launcher.service +++ b/winapps-launcher.service @@ -20,6 +20,7 @@ Type=simple Environment="PATH=%h/.local/bin:%h/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" Environment="LIBVIRT_DEFAULT_URI=qemu:///system" Environment="SCRIPT_PATH=%h/Programs/WinApps Launcher/WinAppsLauncher.sh" +Environment="LANG=C" ExecStart=/bin/bash -c '"$SCRIPT_PATH"' ExecStopPost=/bin/bash -c 'echo "[SYSTEMD] WINAPPS LAUNCHER SERVICE EXITED."' TimeoutStartSec=5