mirror of
https://github.com/linuxserver/docker-rdesktop.git
synced 2026-02-20 06:16:43 +08:00
Fix really obvious copy/paste error
This commit is contained in:
parent
6bc4df07d8
commit
028dba4a6f
@ -22,6 +22,11 @@ RUN \
|
||||
xfce4 \
|
||||
xfce4-pulseaudio-plugin \
|
||||
xfce4-terminal && \
|
||||
echo "**** application tweaks ****" && \
|
||||
sed -i \
|
||||
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
|
||||
/usr/share/applications/chromium.desktop && \
|
||||
mv /usr/bin/exo-open /usr/bin/exo-open-real && \
|
||||
echo "**** cleanup ****" && \
|
||||
rm -f \
|
||||
/etc/xdg/autostart/xfce4-power-manager.desktop \
|
||||
|
||||
@ -22,6 +22,11 @@ RUN \
|
||||
xfce4 \
|
||||
xfce4-pulseaudio-plugin \
|
||||
xfce4-terminal && \
|
||||
echo "**** application tweaks ****" && \
|
||||
sed -i \
|
||||
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
|
||||
/usr/share/applications/chromium.desktop && \
|
||||
mv /usr/bin/exo-open /usr/bin/exo-open-real && \
|
||||
echo "**** cleanup ****" && \
|
||||
rm -f \
|
||||
/etc/xdg/autostart/xfce4-power-manager.desktop \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user