#2189 closed defect (fixed)
application does not get focus
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | critical | Milestone: | 2.5 |
Component: | server | Version: | 2.4.x |
Keywords: | Cc: |
Description
Seen with d-feet
, the whole window is slightly greyed out as if we had not given it focus.
Affects 2.3 to 2.5, 1.0 is not affected.
Change History (2)
comment:1 Changed 2 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 3 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2189
Note: See
TracTickets for help on using
tickets.
Bisecting:
--without-nvenc7 --without-dec_avcodec2 --without-enc_ffmpeg
to avoid codec errors:--without-nvenc --without-dec_avcodec2 --without-enc_ffmpeg
The bug seems to be client-side.
Bisecting 2.0 to 2.1:
keyboard_bindings.pyx
Fixed in r21955.