From 95f2003032d85b867179d52e2c7e7924817ee747 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 11 Sep 2025 09:27:36 +0300 Subject: [PATCH] flatpak-workarounds.bash: test human international locales instead of computer locales --- bash/flatpak-workarounds.bash | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index 41f60ac..4364c70 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -151,9 +151,12 @@ flatpak override com.valvesoftware.Steam --nosocket=fallback-x11 --socket=x11 $@ flatpak override com.heroicgameslauncher.hgl --nosocket=fallback-x11 --socket=x11 $@ # Steam flatpak workarounds a lot by non-UTF-8 C -flatpak override com.valvesoftware.Steam --env=LC_ALL=C.utf8 $@ -flatpak override com.valvesoftware.SteamLink --env=LC_ALL=C.utf8 $@ -flatpak override com.heroicgameslauncher.hgl --env=LC_ALL=C.utf8 $@ +#flatpak override com.valvesoftware.Steam --env=LC_ALL=C.utf8 $@ +#flatpak override com.valvesoftware.SteamLink --env=LC_ALL=C.utf8 $@ +#flatpak override com.heroicgameslauncher.hgl --env=LC_ALL=C.utf8 $@ +flatpak override com.valvesoftware.Steam --env=LC_ALL=en_DK.utf8 $@ +flatpak override com.valvesoftware.SteamLink --env=LC_ALL=en_DK.utf8 $@ +flatpak override com.heroicgameslauncher.hgl --env=LC_ALL=en_DK.utf8 $@ # pipewire/pulseaudio buffer increase to fix audio issues in proton # in case of issues outside of proton, set per-game variable empty @@ -252,7 +255,8 @@ flatpak override com.calibre_ebook.calibre --filesystem=~/Calibre\ Library:creat flatpak override com.calibre_ebook.calibre --filesystem=~/bt $@ flatpak override com.calibre_ebook.calibre --filesystem=~/xdg-download $@ # Simplicity and so it won't attempt to create a directory in different locale -flatpak override com.calibre_ebook.calibre --env=LC_ALL=C.utf8 $@ +#flatpak override com.calibre_ebook.calibre --env=LC_ALL=C.utf8 $@ +flatpak override com.calibre_ebook.calibre --env=LC_ALL=en_DK.utf8 $@ # yt-dlp config file flatpak override io.mpv.Mpv --filesystem=~/.config/yt-dlp/config:ro $@