#2935 closed defect (fixed)
wayland detection conflict
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | critical | Milestone: | 4.1 |
Component: | platforms | Version: | 3.0.x |
Keywords: | Cc: |
Description (last modified by )
r27908 improved / fixed wayland detection and was backported in r27912.
The problem comes from when we start-and-attach in one: we may be starting the server from a Wayland environment and the client will need to use Wayland workarounds, but the server itself is not running under Wayland (we always force the GDK_BACKEND=x11
) so it can use the X11 components...
Yet the functions they both use may live in xpra.platforms
and those just use is_Wayland
directly...
Change History (2)
comment:1 Changed 18 months ago by
Description: | modified (diff) |
---|---|
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/2935
Note: See
TracTickets for help on using
tickets.
Fixed in r27930.