Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 87cff5c5a5c43e925a2228355b751f3c > files > 12

pulseaudio-3.0-7.mga3.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