From 8aab57ef0fb31ab3d58669d3e299c3978d15e587 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 24 Nov 2022 14:04:21 +0200 Subject: [PATCH] It seems that the gtk app takes a pathname, not a file: URI Signed-off-by: Tor Lillqvist Change-Id: Id0764d3097f2b9f0a4ba1b699b63e026749f802b --- gtk/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/README b/gtk/README index 75200bbbc5..aca42152fb 100644 --- a/gtk/README +++ b/gtk/README @@ -19,6 +19,6 @@ Then make. You will get the gtk/mobile executable. Run it for example like this: -gtk/mobile file://$PWD/test/data/hello-world.odt +gtk/mobile $PWD/test/data/hello-world.odt Then, if it doesn't work, debug it and fix it.