Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 544cc2dd46746affd6ac6847c5c298eb > files > 8

fluxbox-1.3.5-4.mga5.src.rpm

--- util/startfluxbox.in.orig   2008-01-03 12:01:31.000000000 +0100
+++ util/startfluxbox.in        2008-01-03 12:07:30.000000000 +0100
@@ -24,6 +24,13 @@
     shift
 done

+# start pulseaudio
+if [ -f /etc/fluxbox-pulseaudio ]; then
+    if [ -x /usr/bin/pulseaudio ]; then
+      /usr/bin/pulseaudio -D
+    fi
+fi
+
 if [ -x "$startup" ]; then
     exec "$startup"
 elif [ -r "$startup" ]; then