Bug 1428157
| Summary: | Fails to open on Wayland | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Gwyn Ciesla <gwync> |
| Component: | terminator | Assignee: | Dominic Hopf <dmaphy> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 25 | CC: | dmaphy, mattrose |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | terminator-1.91-2.fc25 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-03-03 03:55:27 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
terminator-1.91-2.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-3e11859cc5 terminator-1.91-2.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report. |
On Wayland, terminator crashes with: (terminator:3254): Gtk-WARNING **: Allocating size to GtkVScrollbar 0x5588258e8650 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate? Traceback (most recent call last): File "/usr/bin/terminator", line 126, in <module> TERMINATOR.layout_done() File "/usr/lib/python2.7/site-packages/terminatorlib/terminator.py", line 402, in layout_done t = GdkX11.x11_get_server_time(window.get_window()) TypeError: argument window: Expected GdkX11.X11Window, but got __gi__.GdkWaylandWindow Running with GDK_BACKEND=x11 works. terminator-1.91-1.fc25.noarch Worked prior to this version.