Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

xwayland: don't use SIGUSR1 #2154

Closed
emersion opened this issue May 4, 2020 · 0 comments · Fixed by #2504
Closed

xwayland: don't use SIGUSR1 #2154

emersion opened this issue May 4, 2020 · 0 comments · Fixed by #2504

Comments

@emersion
Copy link
Member

emersion commented May 4, 2020

Right now to signal the compositor that Xwayland has started, we use SIGUSR1:

kill(ppid, SIGUSR1);

We could use a pipe instead. This would fix quite a few compositor issues with global state.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging a pull request may close this issue.

1 participant