Commits

Aaron Madlon-Kay authored and tobypeterson committed f5d3b0a4c78
inkscape-app: fix crash when using nonstandard locale

Using a nonstandard locale (e.g. primary language English, region Japan -> en-JP) results in empty LANG, LC_ALL envars; this causes Inkscape to crash. Modify launch script to set these envars if they are empty.
No tags

aqua/inkscape-app/files/Inkscape

Modified
1 1 #!/bin/sh
2 2
3 +export LANG=${LANG:-C}
4 +export LC_ALL=${LC_ALL:-C}
5 +
3 6 PATH=@@PREFIX@@/bin:$PATH @@PREFIX@@/bin/inkscape

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut