Opening a browser
Bastien Nocera
hadess at hadess.net
Wed Jul 20 13:45:32 UTC 2016
On Wed, 2016-07-20 at 16:41 +0300, Robert Munteanu wrote:
> Hi,
>
> I'm almost done with wrapping Brackets, a code editor , [1] using
> flatpak.
>
> The remaining major issue is allowing the application to open a
> browser - typically Chrome or Chromium. This is a key feature of
> Brackets, allowing the user to see changes in the browser as soon as
> any code is changed in the editor.
>
> However, that does not work at all, and I've seen some references
> that
> this is restricted by default.
>
> How can I configure the packed application to allow browser access?
You'll need to a bit clearer as to what you mean by "allow browser
access".
- Do you pass a URI that's inside the sandbox?
- Do you pass a URI and the browser needs to access multiple related
files (say, JS files in the same directory)?
- Do you pass an external URI?
- How does it pass that URI?
- Does it control the browser through other means?
More information about the xdg-app
mailing list