start pulseaudio when user logs in and add pavucontrol

This commit is contained in:
thelamer 2020-04-06 12:17:50 -07:00 committed by Ryan Kuba
parent c0fb6ab5d5
commit 6b41767b76
6 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,7 @@ RUN \
DEBIAN_FRONTEND=noninteractive \
apt-get install --no-install-recommends -y \
firefox \
pavucontrol \
terminator \
xfce4 \
xfce4-goodies \

View File

@ -12,6 +12,7 @@ RUN \
DEBIAN_FRONTEND=noninteractive \
apt-get install --no-install-recommends -y \
firefox \
pavucontrol \
terminator \
xfce4 \
xfce4-goodies \

View File

@ -12,6 +12,7 @@ RUN \
DEBIAN_FRONTEND=noninteractive \
apt-get install --no-install-recommends -y \
firefox \
pavucontrol \
terminator \
xfce4 \
xfce4-goodies \

View File

@ -245,4 +245,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **06.04.20:** - Start PulseAudio in images to support audio
* **28.02.20:** - Initial Releases

View File

@ -68,4 +68,5 @@ app_setup_block: |
# changelog
changelogs:
- { date: "06.04.20:", desc: "Start PulseAudio in images to support audio" }
- { date: "28.02.20:", desc: "Initial Releases" }

View File

@ -1,2 +1,3 @@
#!/bin/bash
/usr/bin/pulseaudio --start
/usr/bin/startxfce4 > /dev/null 2>&1