webapp-container
-
Hey. How to watch teams ?
webapp-container --help
Am I doing something wrong?
-
@boky im pretty sure you can't directly access webapp-container in the terminal because Mir blocks it. you can only run webapp-container in a click package
-
@ComLarsic It is not clear what needs to be done? How to run a command inside a click package?
-
The documentation is here:
webapps - UBports Docs -
@boky Are you trying to create a webapp yourself? Or are you trying to run an existing webapp from the Terminal app?
-
@dobey I'm trying to view commands ))).
And I don’t know how to do it.
-
@boky Congrats. You've found an issue. The documentation really shouldn't be telling you to just run
--help
to get documentation. The valid arguments should be documented there instead.Also,
webapp-container
should probably do argument parsing before trying to connect to the display. Though, this may be an issue with how Qt works in this case, and more difficult to fix.You can report issues at https://github.com/ubports/morph-browser for these.