-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
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
Starting with Automatic Encoding will disable quality menu #4427
Comments
What is the problem with having IIRC, the empty value has different semantics. |
From commit 2c9301c, And the commit is trying use "auto" in both cases. |
From your IIRC info, maybe is what you prefer. If so let me know and I can update the PR. |
I will have to test this myself to understand. |
Hi totaam, what do you think about it? |
the empty value should still behave the same as before, so that if somehow there is another way of getting this value then this should not break anything
I don't know what "mark" means here.
This sets This attribute is also used here: xpra/xpra/client/mixins/encodings.py Line 192 in 8940633
It is only ever triggered when processing the handshake at present, but this may well change: #4315 So this has to be taken into account - I think the first change above is safe for backporting. The second one will only be in 6.3 and later. |
Describe the bug
Following by #4398
Now in v6.2.1, if you start without --encoding option, the encoding will be recorded as "auto"
If you manually click the auto option like #4398 describes, then due to the following code:
https://github.com/Xpra-org/xpra/blob/master/xpra/client/mixins/encodings.py#L302
The encoding will be "".
To Reproduce
Steps to reproduce the behavior:
System Information (please complete the following information):
The text was updated successfully, but these errors were encountered: