Skip to content

Commit

Permalink
Workaround for #4
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Nov 22, 2020
1 parent 2ee9de4 commit d5edb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlays/uzip/hello/files/usr/local/bin/desktop2app
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,4 @@ if __name__ == "__main__":

result = subprocess.run(["killall", "panda-statusbar"])
if result.returncode == 0:
subprocess.call(["launch", "/System/Menu.AppDir"])
subprocess.call(["/System/Menu.AppDir/usr/bin/panda-statusbar"]) # FIXME: Workaround for https://github.com/helloSystem/launch/issues/4

1 comment on commit d5edb40

@probonopd
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Workaround for helloSystem/launch#4

Please sign in to comment.