Fix really obvious copy/paste error

This commit is contained in:
TheSpad 2023-05-18 20:55:53 +01:00
parent 6bc4df07d8
commit 028dba4a6f
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
2 changed files with 10 additions and 0 deletions

View File

@ -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 \

View File

@ -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 \