flatpak / flatpak-xdg-utils

Simple portal-based commandline tools for use inside flatpak sandboxes
GNU Lesser General Public License v2.1
32 stars 14 forks source link

Add flatpak-spawn #6

Closed alexlarsson closed 6 years ago

alexlarsson commented 6 years ago

This lets you use the new flatpak portal to start new instances of your application.

This depends on https://github.com/flatpak/flatpak/pull/1532, so don't merge it before that.

matthiasclasen commented 6 years ago

I guess there should be a man page for this command. The interesting question is, where should it live ? If we add it in this module, it ends up inside the sandbox, which is not very useful.

alexlarsson commented 6 years ago

Yeah, that is tricky. Maybe we should ship it with flatpak itself, that way its availaible on the host where you do development. But its a bit weird, because the version of the manpage may drift from what is in the runtime.