summaryrefslogtreecommitdiff
path: root/testing/pulseaudio/pulseaudio.xinit
diff options
context:
space:
mode:
Diffstat (limited to 'testing/pulseaudio/pulseaudio.xinit')
-rw-r--r--testing/pulseaudio/pulseaudio.xinit12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/pulseaudio/pulseaudio.xinit b/testing/pulseaudio/pulseaudio.xinit
deleted file mode 100644
index 2d30c0943..000000000
--- a/testing/pulseaudio/pulseaudio.xinit
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-case "$DESKTOP_SESSION" in
- gnome|kde*|xfce*) # PulseAudio is started via XDG Autostart
- ;;
- *)
- # Extra checks in case DESKTOP_SESSION is not set correctly
- if [[ -z $KDE_FULL_SESSION && -z $GNOME_DESKTOP_SESSION_ID ]]; then
- /usr/bin/start-pulseaudio-x11
- fi
- ;;
-esac