Bug 1427835
| Summary: | Terminator fails with "TypeError: argument window: Expected GdkX11.X11Window, but got __gi__.GdkWaylandWindow" | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nitin Kumar Bansal <nbansal> |
| Component: | terminator | Assignee: | Dominic Hopf <dmaphy> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 25 | CC: | allanlewis99, allyouneedis, dmaphy, fcoelho_9, jp.louvel, mattrose, MikeDawg, thomas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| 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:30 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: | |||
Looks same as https://bugs.launchpad.net/terminator/+bug/1668481 wayland_fix.diff from comment #3 fixed the issue. Seeing this error as well. I just upgraded the package today 3/1/17, looks like an update was released for this package either on 2/27/17 or 2/28/17. Here is the error message I'm seeing: Mar 01 15:09:10 blah.name terminator[5461]: Allocating size to GtkVScrollbar 0x562ba4ade650 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate? Mar 01 15:09:10 blah.name terminator.desktop[5461]: Traceback (most recent call last): Mar 01 15:09:10 blah.name terminator.desktop[5461]: File "/usr/bin/terminator", line 126, in <module> Mar 01 15:09:10 blah.name terminator.desktop[5461]: TERMINATOR.layout_done() Mar 01 15:09:10 blah.name terminator.desktop[5461]: File "/usr/lib/python2.7/site-packages/terminatorlib/terminator.py", line 402, in layout_done Mar 01 15:09:10 blah.name terminator.desktop[5461]: t = GdkX11.x11_get_server_time(window.get_window()) Mar 01 15:09:10 blah.name terminator.desktop[5461]: TypeError: argument window: Expected GdkX11.X11Window, but got __gi__.GdkWaylandWindow Hopefully I'll be able to fix this up tonight. Should just be a matter of taking the patch from launchpad and applying it to the rpm. Hah, upstream has released a new version that fixes this. I'll see if I can push this out tonight EST. Yeah, I was just going to confirm that the patch that Nitin Bansal mentioned, did work for my release as well. Purely as an FYI. terminator-1.91-2.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-3e11859cc5 Should fix it. I reproduced the issue and then built and installed the new package, and didn't see the issue. I hope everyone appreciates me doing this instead of going to bed at a decent hour :) (In reply to Matt Rose from comment #8) > Should fix it. I reproduced the issue and then built and installed the new > package, and didn't see the issue. > > I hope everyone appreciates me doing this instead of going to bed at a > decent hour :) Definitely, thank you for speedy resolution. matt++ :) *** Bug 1428374 has been marked as a duplicate of this bug. *** 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. *** Bug 1428304 has been marked as a duplicate of this bug. *** |
Description of problem: Terminator fails to launch since upgrading to terminator-1.91-1.fc25.noarch: $ terminator (terminator:30796): Gtk-WARNING **: Allocating size to GtkVScrollbar 0x55c2e06bc650 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 Version-Release number of selected component (if applicable): terminator-1.91-1.fc25.noarch How reproducible: Always Steps to Reproduce: 1. Try to launch terminator, it fails with the error given in description. Actual results: Terminator fails to launch Expected results: Terminator should launch Additional info: