]> git.pld-linux.org Git - packages/pulseaudio.git/commitdiff
start pa early in MATE as well auto/th/pulseaudio-3.0-1
authorElan Ruusamäe <glen@delfi.ee>
Tue, 30 Apr 2013 22:46:16 +0000 (01:46 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 30 Apr 2013 22:46:16 +0000 (01:46 +0300)
mate-desktop.patch [new file with mode: 0644]
pulseaudio.spec

diff --git a/mate-desktop.patch b/mate-desktop.patch
new file mode 100644 (file)
index 0000000..1a2ad93
--- /dev/null
@@ -0,0 +1,10 @@
+start early in MATE too
+http://lists.freedesktop.org/archives/pulseaudio-discuss/2012-November/015348.html
+
+--- pulseaudio-3.0/src/daemon/pulseaudio.desktop.in~   2012-09-26 14:27:01.000000000 +0300
++++ pulseaudio-3.0/src/daemon/pulseaudio.desktop.in    2013-05-01 01:42:26.504831494 +0300
+@@ -9,3 +9,4 @@
+ Categories=
+ GenericName=
+ X-GNOME-Autostart-Phase=Initialization
++X-MATE-Autostart-Phase=Initialization
index cca07ed37fccfbce84c91e61f4e064b747e7869f..568901661e9cdf2794ead3cba975d74d29e12706 100644 (file)
@@ -24,6 +24,7 @@ Source2:      %{name}.sysconfig
 Source3:       %{name}.tmpfiles
 Patch0:                %{name}-suid.patch
 Patch1:                %{name}-pa-machine-id.patch
+Patch2:                mate-desktop.patch
 URL:           http://pulseaudio.org/
 BuildRequires: GConf2-devel >= 2.4.0
 BuildRequires: alsa-lib-devel >= 1.0.19
@@ -347,6 +348,7 @@ Sterownik parawirtualny Xen dla PulseAudio.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %{__sed} -i -e '1s,#!/usr/bin/env python,#!/usr/bin/python,' src/utils/qpaeq
 
This page took 0.14094 seconds and 4 git commands to generate.