This commit is contained in:
Michael Trip 2023-05-31 16:32:27 +02:00
parent bcf7466f95
commit 37ccecbe4b

View file

@ -29,7 +29,7 @@ RUN \
sed -i \ sed -i \
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \ 's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
/usr/share/applications/chromium-browser.desktop && \ /usr/share/applications/chromium-browser.desktop && \
mv /usr/bin/exo-open /usr/bin/exo-open-real && \ cp /usr/bin/exo-open /usr/bin/exo-open-real && \
echo "**** xfce tweaks ****" && \ echo "**** xfce tweaks ****" && \
rm -f \ rm -f \
/etc/xdg/autostart/xfce-polkit.desktop && \ /etc/xdg/autostart/xfce-polkit.desktop && \