Skip to content

Commit

Permalink
portal: Fix a typo in D-Bus API documentation
Browse files Browse the repository at this point in the history
The client-side proposed for flatpak-spawn uses --app-path, but the
actual implementation on D-Bus uses file descriptor passing and an
option named app-fd, so the documentation of the D-Bus interface should
be written in terms of app-fd.

Fixes: 3ebf371 "run: Allow caller to replace /app and/or /usr"
Signed-off-by: Simon McVittie <[email protected]>
  • Loading branch information
smcv authored and alexlarsson committed Jun 15, 2021
1 parent 1bdbb80 commit 74be057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/org.freedesktop.portal.Flatpak.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@
<listitem><para>
Don't provide app files at <filename>/app</filename> in the
new sandbox. Instead, <filename>/app</filename> will be an
empty directory. This flag and the <option>app-path</option>
empty directory. This flag and the <option>app-fd</option>
option are mutually exclusive.
</para><para>
As with the <option>app-path</option> option, the caller's
As with the <option>app-fd</option> option, the caller's
Flatpak app files and extensions will be mounted on
<filename>/run/parent/app</filename>, with
filenames like <filename>/run/parent/app/bin/myapp</filename>.
Expand Down

0 comments on commit 74be057

Please sign in to comment.