Skip to content

Commit

Permalink
add osx wrapper for the gui info
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@9954 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 17, 2015
1 parent 3460dbb commit e635499
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions osx/Helpers/NativeGUI_info
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh

#call the "Python" wrapper:
exe_name=$(basename $0)
full_path=$(cd "$(dirname "$0")"; pwd -P)
PYTHON="$full_path/PythonExecWrapper"

exec "$PYTHON" "$exe_name" -c "import sys;sys.argv[0]=\"$full_path/$exe_name\";from xpra.platform.gui import main;main()" "$@"

0 comments on commit e635499

Please sign in to comment.