summaryrefslogtreecommitdiff
path: root/src/launchpad_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/launchpad_lib.c')
-rw-r--r--src/launchpad_lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/launchpad_lib.c b/src/launchpad_lib.c
index 6336a19..17553ba 100644
--- a/src/launchpad_lib.c
+++ b/src/launchpad_lib.c
@@ -77,6 +77,8 @@ static int __prepare_exec(const char *appid, const char *app_path,
return -1;
}
+ _setup_stdio(basename(app_path));
+
ret = buxton_open(&bxt_cli, NULL, NULL);
if (ret != 0) {
_E("buxton_open() failed");