launch: fix rootdir for afb-daemon
[src/app-framework-main.git] / src / afm-launch.c
index ac49d59..72120ac 100644 (file)
@@ -56,7 +56,7 @@ static const char *args_for_afb_daemon[] = {
        "/usr/bin/afb-daemon",
        "--alias=/icons:%I",
        "--port=%P",
-       "--rootdir=%D",
+       "--rootdir=%r",
        "--token=%S",
        NULL
 };