Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 48620001d6cd813d20405361d6cd653e > files > 1

pulseaudio-module-x11-5.0-0.20131220.1.mga4.x86_64.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