From fbb389019d03448bb5465502b9fa6d8d9897c26d Mon Sep 17 00:00:00 2001 From: stormdragon2976 Date: Thu, 9 Feb 2023 00:14:42 -0500 Subject: [PATCH] Experimental fix for systems in other languages. Export LANG to en_US.UTF-8 temporarily during installation of games. This needs testing, especially if your computer is normally in a different language. --- audiogame-manager.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index e4dc034..0c96e6c 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -607,6 +607,8 @@ install_wine_bottle() { # Install games game_installer() { + export LANG="en_US.UTF-8" + # Try to deal with systems in other languages mapfile -t installedGames < <(sed '/^$/d' "${configFile}" 2> /dev/null | cut -d '|' -f3) # Create the menu of installed games declare -a menuList