https://bugs.documentfoundation.org/show_bug.cgi?id=123080

Maxim Monastirsky <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
                 CC|                            |[email protected]
             Blocks|                            |103182
           See Also|                            |https://bugzilla.mozilla.or
                   |                            |g/show_bug.cgi?id=1504904
            Summary|GTK3 VCL in 64-bit linux    |TDF 64-bit linux builds
                   |binary builds requires      |require GTK3 with Wayland
                   |Wayland installation        |backend

--- Comment #3 from Maxim Monastirsky <[email protected]> ---
Turns out that Mozilla had the same problem (see link in 'See Also'), and they
solved it by using !GDK_IS_X11_DISPLAY(gdkDisplay) instead of
GDK_IS_WAYLAND_DISPLAY(gdkDisplay). We can do that too, and it indeed works (I
tried it). Of course that won't work with Wayland-only gtk3 builds, but
hopefully such configuration is rarer than X-only. It's sad that gtk doesn't
allow checking the current backend, in a way that doesn't depend on what's
currently installed.

Adding Caolán to CC, maybe he has any better idea.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103182
[Bug 103182] [META] GTK3-specific bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to