[Webkit-unassigned] [Bug 163105] New: [GTK] gobject-introspection on package build with webkit2gtk fails without active X session

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 7 03:41:17 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=163105

            Bug ID: 163105
           Summary: [GTK] gobject-introspection on package build with
                    webkit2gtk fails without active X session
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: berto at igalia.com
                CC: bugs-noreply at webkitgtk.org

I'm hesitant to consider this a bug in webkit, but here it goes in case you have any thoughts:

Packages built with webkit2gtk fail during the gobject-introspection phase if there's no active X session.

This was reported in the Liferea package:

https://github.com/lwindolf/liferea/issues/398

It seems that webkit_settings_new() ends up calling XCompositeQueryExtension() (which fails), and this might have been caused by r204013 (Move the redirected XComposite window to the web process), the fix for bug 160389

Possible solutions:

- Have a working X session :)
- Use xfvb-run
- Set WEBKIT_DISABLE_COMPOSITING_MODE=1 while running g-ir-scanner

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161007/25b481f5/attachment-0001.html>


More information about the webkit-unassigned mailing list