Changes between Initial Version and Version 1 of Ticket #2775
- Timestamp:
- 05/23/20 17:10:15 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2775
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
fixed
-
Property
Status
changed from
-
Ticket #2775 – Description
initial v1 5 5 6 6 I can recreate the bug with the command: 7 {{{ 7 8 xpra start --bind-tcp=0.0.0.0:8888 --start=gedit 8 9 }}} 9 10 And logging in through Firefox on the localhost. 10 11 11 The problem seems to be introduced with this commit that uses guess_content_type: 12 https://xpra.org/trac/changeset/26327/xpra 12 The problem seems to be introduced with this commit that uses guess_content_type: r26327 13 13 14 14 reverting the change fixes the problem for me.