Skip to content

Commit

Permalink
when running sandboxed, we have to execute a binary that inherits the…
Browse files Browse the repository at this point in the history
… attributes (not the one in /Helpers/ or /MacOS/)

git-svn-id: https://xpra.org/svn/Xpra/trunk@14224 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 20, 2016
1 parent ef41a3d commit 19495f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/platform/darwin/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ def do_get_sound_command():
subapp = os.path.join(base, "Xpra_NoDock.app", "Contents")
if os.path.exists(subapp) and os.path.isdir(subapp):
base = subapp
helper = os.path.join(base, "MacOS", "Xpra")
helper = os.path.join(base, "Resources", "bin", "Xpra")
return [helper]

0 comments on commit 19495f7

Please sign in to comment.