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

input/seat: handle wlr_seat destroy #8034

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

emersion
Copy link
Member

@emersion emersion commented Mar 4, 2024

Doesn't work properly: IPC stuff is cleaned up in a wl_display destroy listener, and wlr_backend destroy happens after and tries to send IPC events…

Also if input_manager_get_default_seat() is called it might re-create the default seat after it's destroyed…

emersion added a commit to emersion/sway that referenced this pull request Mar 4, 2024
Same as [1].

I originally tried to properly handle seat destruction, but that
turned out to be a can of worms [2].

[1]: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4590
[2]: swaywm#8034
emersion added a commit that referenced this pull request Mar 14, 2024
Same as [1].

I originally tried to properly handle seat destruction, but that
turned out to be a can of worms [2].

[1]: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4590
[2]: #8034
frosklis pushed a commit to frosklis/sway-frosklis that referenced this pull request Mar 31, 2024
Same as [1].

I originally tried to properly handle seat destruction, but that
turned out to be a can of worms [2].

[1]: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4590
[2]: swaywm#8034
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant