We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just make it easier to launch the html5 client locally once the server is running.
The text was updated successfully, but these errors were encountered:
#3842 open html5 client with --html=open or --html=firefox
02abb68
Done in the commit above, example usage:
xpra start --bind-tcp=0.0.0.0:10000 --start=xterm --html=open
Or for desktop mode, combined with the simpler syntax from #3841 and opening with firefox:
firefox
xpra desktop fluxbox --bind-tcp=0.0.0.0:10000 --html=firefox
Sorry, something went wrong.
#3842 don't set attach=True if the html5 client will be connecting
4d42e6f
No branches or pull requests
Just make it easier to launch the html5 client locally once the server is running.
The text was updated successfully, but these errors were encountered: