1 2 3 4 5 6
#!/bin/sh -e export INKSCAPE_PROFILE_DIR="${SNAP_USER_DATA}" export INKSCAPE_LOCALEDIR="${SNAP}/share/locale/" exec "$@"