From 74be057864f9414891805f27ebef2d4fc32fbb55 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 11 Jun 2021 12:20:10 +0100 Subject: [PATCH] portal: Fix a typo in D-Bus API documentation 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: 3ebf371f "run: Allow caller to replace /app and/or /usr" Signed-off-by: Simon McVittie --- data/org.freedesktop.portal.Flatpak.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/org.freedesktop.portal.Flatpak.xml b/data/org.freedesktop.portal.Flatpak.xml index f7adf983c..965579bf2 100644 --- a/data/org.freedesktop.portal.Flatpak.xml +++ b/data/org.freedesktop.portal.Flatpak.xml @@ -138,10 +138,10 @@ Don't provide app files at /app in the new sandbox. Instead, /app will be an - empty directory. This flag and the + empty directory. This flag and the option are mutually exclusive. - As with the option, the caller's + As with the option, the caller's Flatpak app files and extensions will be mounted on /run/parent/app, with filenames like /run/parent/app/bin/myapp.