summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
};