#1930 closed defect (fixed)
--attach=yes fails with -z0
Reported by: | rumba | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | 2.4 |
Component: | client | Version: | 2.3.x |
Keywords: | Cc: |
Description
The --attach=yes
option will fail to start the client if the --compress=0
option is used.
For example xpra start --attach=yes --start=xterm --daemon=no -z0
will produce:
xpra initialization error: no such option: --compression_level
Change History (2)
comment:1 Changed 4 years ago by
Milestone: | → 2.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1930
Note: See
TracTickets for help on using
tickets.
Preface: unless your setup is very unusual (ie: a very low power CPU, or your installation is missing the lz4 compressor), then setting compression to zero will do absolutely nothing.
Fixes:
r20051 also includes a fix for an unintended variable name shadowing bug