Skip to content

Clean up VTE notification-received signal check#986

Merged
mattrose merged 1 commit intognome-terminator:masterfrom
cjwatson:fix-notification-received-check
Jan 17, 2025
Merged

Clean up VTE notification-received signal check#986
mattrose merged 1 commit intognome-terminator:masterfrom
cjwatson:fix-notification-received-check

Conversation

@cjwatson
Copy link
Copy Markdown
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
@mattrose
Copy link
Copy Markdown
Member

Thanks for this!

@cjwatson cjwatson deleted the fix-notification-received-check branch February 2, 2025 19:18
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