[pulseaudio] 02/02: Do not autostart pulseaudio twice under KDE

Felipe Sateler fsateler at moszumanska.debian.org
Fri Apr 25 20:18:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

fsateler pushed a commit to branch master
in repository pulseaudio.

commit 2d55cecf41a9d4ef2e3c0d9b578a169846aabb19
Author: Felipe Sateler <fsateler at debian.org>
Date:   Fri Apr 25 17:17:44 2014 -0300

    Do not autostart pulseaudio twice under KDE
    
    it sometimes leads to slow system startup. Closes: #705426
---
 debian/changelog                                |  3 +++
 debian/patches/only-autostart-kde-version.patch | 12 ++++++++++++
 debian/patches/series                           |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 053875e..29878eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,9 @@ pulseaudio (5.0-3) UNRELEASED; urgency=medium
      Closes: #743813 
   * Remove pulseaudio init script, place it under examples.
      Closes: #696842
+  * debian/patches/only-autostart-kde-version.patch:
+     - Do not autostart pulseaudio twice under KDE, it sometimes leads
+       to slow system startup. Closes: #705426
 
  -- Felipe Sateler <fsateler at debian.org>  Mon, 14 Apr 2014 10:02:36 -0300
 
diff --git a/debian/patches/only-autostart-kde-version.patch b/debian/patches/only-autostart-kde-version.patch
new file mode 100644
index 0000000..5661431
--- /dev/null
+++ b/debian/patches/only-autostart-kde-version.patch
@@ -0,0 +1,12 @@
+Description: Sometimes starting 2 pulseaudio daemons breaks kde login, so don't start the generic one when the kde one will start
+ This is fixed upstream post 5.0 by not shipping a kde-specific version
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705426
+Author: Török Edwin <edwin at etorok.net>
+Forwarded: not-needed
+--- a/src/daemon/pulseaudio.desktop.in
++++ b/src/daemon/pulseaudio.desktop.in
+@@ -8,3 +8,4 @@ Type=Application
+ Categories=
+ GenericName=
+ X-GNOME-Autostart-Phase=Initialization
++NotShowIn=KDE;
diff --git a/debian/patches/series b/debian/patches/series
index 3b65b54..0e3ae57 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 0004-dont-start-when-already-running.patch
 kfreebsd_no_lock_and_threads_synchro.patch
 asus-P5K-SE-udev-rules.patch
+only-autostart-kde-version.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/pulseaudio.git



More information about the pkg-pulseaudio-devel mailing list