X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=osxapp%2FXBoard.gtklauncher;h=33333ed3467f3cfa3f3a774a0a7509954d3a6156;hb=6f3c9bba464d20c0abff140f3f7a6ccd0291253b;hp=294641240d5fb3029add76de274cebf1df6c9bc5;hpb=30f69d32e03d8bb2b601bf9cf85e8fb3189d06de;p=xboard.git diff --git a/osxapp/XBoard.gtklauncher b/osxapp/XBoard.gtklauncher index 2946412..33333ed 100755 --- a/osxapp/XBoard.gtklauncher +++ b/osxapp/XBoard.gtklauncher @@ -37,11 +37,6 @@ export GTK_PATH="$bundle_lib/gtk-2.0/2.10.0" # GTK path no longer required export GTK_IM_MODULE_FILE="$bundle_etc/gtk-2.0/gtk.immodules" -# Pango path no longer required -export PANGO_RC_FILE="$bundle_etc/pango/pangorc" -export PANGO_SYSCONFDIR="$bundle_etc" -export PANGO_LIBDIR="$bundle_lib" - # Fix the gegl path issue export GEGL_PATH="$bundle_lib/gegl-0.2" @@ -70,7 +65,7 @@ if [ "x$GTK_DEBUG_SHELL" != "x" ]; then exec bash else - $EXEC "$bundle_contents/MacOS/$name-bin" "$@" + $EXEC "$bundle_contents/MacOS/xboard-bin" "$@" fi