Skip to content

Commit d035861

Browse files
authored
fix locale issue using quick-sharun (#34)
1 parent 5803df6 commit d035861

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dolphin-emu-appimage.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,13 @@ export DEPLOY_LOCALE=1
1919
export DEPLOY_OPENGL=1
2020
export DEPLOY_VULKAN=1
2121
export DEPLOY_PIPEWIRE=1
22+
export LOCALE_FIX=1
2223

2324
# Bundle all libs
2425
wget --retry-connrefused --tries=30 "$SHARUN" -O ./quick-sharun
2526
chmod +x ./quick-sharun
2627
./quick-sharun /usr/bin/dolphin-*
2728

28-
# Force C locale due to issues with gconv causing crashes
29-
# See https://github.com/pkgforge-dev/Dolphin-emu-AppImage/issues/28
30-
# This is a hack but since dolphin provides internal translations, it isn't a big deal
31-
echo 'LC_ALL=C' >> ./AppDir/.env
32-
3329
# differentiate between nightly builds
3430
if [ "$DEVEL" = 'true' ]; then
3531
sed -i 's|Name=Dolphin Emulator|Name=Dolphin Emulator Nightly|' ./AppDir/*.desktop

0 commit comments

Comments
 (0)