Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up VTE notification-received signal check #986

Merged

Conversation

cjwatson
Copy link
Contributor

This prompts a crash with some versions of VTE and Python (see https://gitlab.gnome.org/GNOME/vte/-/issues/2858), and although the crash has been fixed in VTE, VTE's main developer said that creating an instance and connecting to a signal isn't the right way to do this check. Use the test they recommend instead.

Fixes: #984

This prompts a crash with some versions of VTE and Python (see
https://gitlab.gnome.org/GNOME/vte/-/issues/2858), and although the
crash has been fixed in VTE, VTE's main developer said that creating an
instance and connecting to a signal isn't the right way to do this
check.  Use the test they recommend instead.

Fixes: gnome-terminator#984
@mattrose mattrose merged commit 5d0a8c5 into gnome-terminator:master Jan 17, 2025
1 check passed
@mattrose
Copy link
Member

Thanks for this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix the check for VTE's notification-received patch
2 participants