mirror of
https://github.com/linuxserver/docker-rdesktop.git
synced 2026-02-20 06:16:43 +08:00
need to start pulseaudio for sound support from users session and kmix
This commit is contained in:
parent
06bd133039
commit
116fe40097
@ -12,8 +12,9 @@ RUN \
|
||||
DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get install --no-install-recommends -y \
|
||||
firefox \
|
||||
terminator \
|
||||
kubuntu-desktop && \
|
||||
kmix \
|
||||
kubuntu-desktop
|
||||
terminator && \
|
||||
echo "**** cleanup ****" && \
|
||||
apt-get autoclean && \
|
||||
rm -rf \
|
||||
|
||||
@ -12,8 +12,9 @@ RUN \
|
||||
DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get install --no-install-recommends -y \
|
||||
firefox \
|
||||
terminator \
|
||||
kubuntu-desktop && \
|
||||
kmix \
|
||||
kubuntu-desktop \
|
||||
terminator && \
|
||||
echo "**** cleanup ****" && \
|
||||
apt-get autoclean && \
|
||||
rm -rf \
|
||||
|
||||
@ -12,8 +12,9 @@ RUN \
|
||||
DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get install --no-install-recommends -y \
|
||||
firefox \
|
||||
terminator \
|
||||
kubuntu-desktop && \
|
||||
kmix \
|
||||
kubuntu-desktop \
|
||||
terminator&& \
|
||||
echo "**** cleanup ****" && \
|
||||
apt-get autoclean && \
|
||||
rm -rf \
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
#!/bin/bash
|
||||
/usr/bin/pulseaudio --start
|
||||
/usr/bin/startplasma-x11 > /dev/null 2>&1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user