AppleLocale / executable loader fix
Ref: https://github.com/Beep6581/RawTherapee/issues/4128 https://discuss.pixls.us/t/error-processing-queue-invalid-byte-sequence-in-conversion-input/1188/18
This commit is contained in:
@@ -48,4 +48,7 @@ esac
|
|||||||
#fi
|
#fi
|
||||||
#ln -sf "${app}" /tmp
|
#ln -sf "${app}" /tmp
|
||||||
|
|
||||||
|
AppleLocale=`defaults read -g AppleLocale`
|
||||||
|
export LANG=${AppleLocale%@*}.UTF-8
|
||||||
|
|
||||||
exec "${cwd}/rawtherapee-bin" "$@"
|
exec "${cwd}/rawtherapee-bin" "$@"
|
||||||
|
Reference in New Issue
Block a user