mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
pulse: disable rtkit in the client
It can cause SIGKILL and crash the compositor
This commit is contained in:
parent
a91d129698
commit
47680ffade
1 changed files with 1 additions and 1 deletions
|
|
@ -1656,7 +1656,7 @@ pa_context *pa_context_new_with_proplist(pa_mainloop_api *mainloop, const char *
|
||||||
loop = mainloop->userdata;
|
loop = mainloop->userdata;
|
||||||
context = pw_context_new(loop,
|
context = pw_context_new(loop,
|
||||||
pw_properties_new(
|
pw_properties_new(
|
||||||
PW_KEY_CONTEXT_PROFILE_MODULES, "default,rtkit",
|
PW_KEY_CONTEXT_PROFILE_MODULES, "default",
|
||||||
NULL),
|
NULL),
|
||||||
sizeof(struct pa_context));
|
sizeof(struct pa_context));
|
||||||
if (context == NULL)
|
if (context == NULL)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue