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 Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git]
/
pulseaudio-null
/
pulseaudio-null.xinit
blob
ae7364ca6cad2e36c967d98c3c1339d1e07059d1
1
#!/bin/bash
2
3
case
"
$DESKTOP_SESSION
"
in
4
gnome|xfce
*)
# PulseAudio is started via XDG Autostart
5
;;
6
*)
7
# Extra checks in case DESKTOP_SESSION is not set correctly
8
if
[[
-z
$GNOME_DESKTOP_SESSION_ID
]];
then
9
/
usr
/
bin
/
start-pulseaudio-x11
10
fi
11
;;
12
esac