From e4809eb5f021bfe2e52da7b62e66b2fb349ff91d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Wed, 27 Jan 2016 12:07:05 +0100 Subject: [PATCH] launch: fix rootdir for afb-daemon MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I2c975229aaf68ce82fc045a4aaffb4853869bc3d Signed-off-by: José Bollo --- src/afm-launch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afm-launch.c b/src/afm-launch.c index ac49d59..72120ac 100644 --- a/src/afm-launch.c +++ b/src/afm-launch.c @@ -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 }; -- 2.16.6