It seems that the gtk app takes a pathname, not a file: URI

Signed-off-by: Tor Lillqvist <tml@collabora.com>
Change-Id: Id0764d3097f2b9f0a4ba1b699b63e026749f802b
pull/5520/head
Tor Lillqvist 2022-11-24 14:04:21 +02:00 committed by Tor Lillqvist
parent a0fabb543c
commit 8aab57ef0f
1 changed files with 1 additions and 1 deletions

View File

@ -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.