From d5edb4072f84001ecd428d7f162b2d51f3a04954 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 22 Nov 2020 22:40:57 +0100 Subject: [PATCH] Workaround for #4 --- overlays/uzip/hello/files/usr/local/bin/desktop2app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/uzip/hello/files/usr/local/bin/desktop2app b/overlays/uzip/hello/files/usr/local/bin/desktop2app index 7faebeb9..ca50d24d 100755 --- a/overlays/uzip/hello/files/usr/local/bin/desktop2app +++ b/overlays/uzip/hello/files/usr/local/bin/desktop2app @@ -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