repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git]
/
pulseaudio-git
/
pulseaudio.xinit
blob
ca510e882dc9e704a60fefe061a92ea0cd671685
1
#!/bin/sh
2
3
case
"
$SESSION
"
in
4
GNOME|KDE
*
|xfce4
)
# PulseAudio is started via XDG Autostart
5
;;
6
*) /
usr
/
bin
/
start-pulseaudio-x11
;;
7
esac