Sophie

Sophie

distrib > Mandriva > 2010.1 > i586 > media > main-testing-src > by-pkgid > 21c921d7e2a28ff702b2a7da09d43ed6 > files > 107

pulseaudio-0.9.21-26.0.4mdv2010.1.src.rpm

#!/bin/sh
# to be sourced

case "$SESSION" in
	GNOME|KDE*|xfce4)
		# XDG is supported so we don't need to do anything.
		# as XDG Autostart will "just work"(tm)
		;;
	*)
		/usr/bin/start-pulseaudio-x11
		;;
esac