#2237 closed defect (fixed)
HTML5 Client Configuration File
Reported by: | Jackson Delahunt | Owned by: | Jackson Delahunt |
---|---|---|---|
Priority: | minor | Milestone: | 4.0 |
Component: | html5 | Version: | 2.5.x |
Keywords: | Cc: |
Description
It is desirable to control the default configuration of the HTML5 client through a server side config file.
Currently the HTML5 client can be configured using connect.html
and index.html?setting=value&other_setting=other_value
.
Both current approaches require manual interaction from the connecting user to set the client options. Using a server side configuration file would allow for the default options to be specified by the server owner.
Change History (4)
comment:1 Changed 3 years ago by
Component: | android → html5 |
---|---|
Milestone: | → 4.0 |
Priority: | major → minor |
Status: | new → assigned |
comment:2 Changed 3 years ago by
Owner: | changed from Antoine Martin to Jackson Delahunt |
---|---|
Status: | assigned → new |
comment:3 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Received by email: Works for me, thank you''
comment:4 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2237
Note: See
TracTickets for help on using
tickets.
Done in r24291.
@sabrehagen: does that work for you?
You can apply the patch by hand, or use the latest beta packages.
There is now a
default-settings.txt
file which you can use to set default settings for all users.