mirror of
https://github.com/linuxserver/docker-rdesktop.git
synced 2026-02-20 06:16:43 +08:00
start pulseaudio when user logs in and add pavucontrol
This commit is contained in:
parent
c0fb6ab5d5
commit
6b41767b76
@ -12,6 +12,7 @@ RUN \
|
||||
DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get install --no-install-recommends -y \
|
||||
firefox \
|
||||
pavucontrol \
|
||||
terminator \
|
||||
xfce4 \
|
||||
xfce4-goodies \
|
||||
|
||||
@ -12,6 +12,7 @@ RUN \
|
||||
DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get install --no-install-recommends -y \
|
||||
firefox \
|
||||
pavucontrol \
|
||||
terminator \
|
||||
xfce4 \
|
||||
xfce4-goodies \
|
||||
|
||||
@ -12,6 +12,7 @@ RUN \
|
||||
DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get install --no-install-recommends -y \
|
||||
firefox \
|
||||
pavucontrol \
|
||||
terminator \
|
||||
xfce4 \
|
||||
xfce4-goodies \
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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" }
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
#!/bin/bash
|
||||
/usr/bin/pulseaudio --start
|
||||
/usr/bin/startxfce4 > /dev/null 2>&1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user