Comment 2 for bug 1577806

Revision history for this message
Olivier Tilloy (osomon) wrote : Re: webbrowser app and webcontainer open under the same instance

This happens because the app id is not set for the webapp, thus defaulting to "webbrowser-app".
A workaround is to specify the app id on the command line used to launch the webapp, e.g.:

    webapp-container --app-id=slack https://ubuntu.slack.com/

  or

    APP_ID=slack webapp-container https://ubuntu.slack.com/

In any case, the absence of an app ID should not default to opening the URL in the browser, that’s completely unexpected and needs to be fixed in the browser/webapp-container.