From f434422554ae11bd51325aa72beb15e773cb6306 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 1 Jul 2018 21:31:44 -0500 Subject: [PATCH] switch-on-port-available-ignore-bluetooth-cards.patch (#1594596, fdo#107044) use upstreamed exit-idle-time.patch --- ...e_time-to-0-when-we-detect-a-session.patch | 181 ++++++++++++++++++ pulseaudio-11.1-exit_idle_time-2.patch | 102 ---------- pulseaudio.spec | 17 +- ...ort-available-ignore-bluetooth-cards.patch | 43 +++++ 4 files changed, 236 insertions(+), 107 deletions(-) create mode 100644 0008-set-exit_idle_time-to-0-when-we-detect-a-session.patch delete mode 100644 pulseaudio-11.1-exit_idle_time-2.patch create mode 100644 switch-on-port-available-ignore-bluetooth-cards.patch diff --git a/0008-set-exit_idle_time-to-0-when-we-detect-a-session.patch b/0008-set-exit_idle_time-to-0-when-we-detect-a-session.patch new file mode 100644 index 0000000..045ab55 --- /dev/null +++ b/0008-set-exit_idle_time-to-0-when-we-detect-a-session.patch @@ -0,0 +1,181 @@ +From de705a0eeaa27a8ac1abdc2625e639340323595a Mon Sep 17 00:00:00 2001 +From: Tanu Kaskinen +Date: Tue, 6 Mar 2018 15:09:06 +0200 +Subject: [PATCH 08/77] set exit_idle_time to 0 when we detect a session + +As the comments explain, this fixes relogin problems on some systems +that remove our sockets on logout without terminating the daemon. +--- + man/pulse-daemon.conf.5.xml.in | 15 ++++++++++++--- + man/pulseaudio.1.xml.in | 17 +++++++++++++++-- + src/modules/module-console-kit.c | 13 +++++++++++++ + src/modules/module-systemd-login.c | 14 ++++++++++++++ + src/modules/x11/module-x11-xsmp.c | 13 +++++++++++++ + src/pulsecore/core.c | 10 ++++++++++ + src/pulsecore/core.h | 2 ++ + 7 files changed, 79 insertions(+), 5 deletions(-) + +diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in +index f0550f3b..f49fa9b0 100644 +--- a/man/pulse-daemon.conf.5.xml.in ++++ b/man/pulse-daemon.conf.5.xml.in +@@ -292,9 +292,18 @@ License along with PulseAudio; if not, see . + + +