aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2015-12-28 15:33:11 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2015-12-28 15:33:11 +0100
commit3c3ceb0ba615b8635ca8c6ef0c4de203c5eabb9b (patch)
tree0aaf6f37c4615062740b838d37921db8601aa28f
parent3deda0d23967a4da9268598795bbd7c7d7bf79e8 (diff)
afm-launch: uses qmlscene not qmlviewer
Change-Id: I2e1818be346f1802c7e32725048fc2fea44a44f6
-rw-r--r--src/afm-launch.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/afm-launch.c b/src/afm-launch.c
index 3b79fbb..937366d 100644
--- a/src/afm-launch.c
+++ b/src/afm-launch.c
@@ -62,10 +62,12 @@ static const char *args_for_afb_daemon[] = {
};
static const char *args_for_qmlviewer[] = {
- "/usr/bin/qt5/qmlviewer",
- "-frameless",
+ "/usr/bin/qt5/qmlscene",
"-fullscreen",
- "-script",
+ "-I",
+ "%r",
+ "-I",
+ "%r/imports",
"%r/%c",
NULL
};