fixed for mate
This commit is contained in:
parent
5036002bcf
commit
bcf7466f95
1 changed files with 23 additions and 11 deletions
|
|
@ -25,17 +25,29 @@ RUN \
|
||||||
thunderbird \
|
thunderbird \
|
||||||
firefox \
|
firefox \
|
||||||
code && \
|
code && \
|
||||||
echo "**** application tweaks ****" && \
|
echo "**** application tweaks ****" && \
|
||||||
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 && \
|
echo "**** mate tweaks ****" && \
|
||||||
echo "**** cleanup ****" && \
|
rm -f \
|
||||||
dnf autoremove -y && \
|
/etc/xdg/autostart/at-spi-dbus-bus.desktop \
|
||||||
dnf clean all && \
|
/etc/xdg/autostart/gnome-keyring-pkcs11.desktop \
|
||||||
rm -rf \
|
/etc/xdg/autostart/gnome-keyring-secrets.desktop \
|
||||||
/config/.cache \
|
/etc/xdg/autostart/gnome-keyring-ssh.desktop \
|
||||||
/tmp/*
|
/etc/xdg/autostart/mate-power-manager.desktop \
|
||||||
|
/etc/xdg/autostart/mate-screensaver.desktop \
|
||||||
|
/etc/xdg/autostart/polkit-mate-authentication-agent-1.desktop && \
|
||||||
|
sed -i \
|
||||||
|
'/compositing-manager/{n;s/.*/ <default>false<\/default>/}' \
|
||||||
|
/usr/share/glib-2.0/schemas/org.mate.marco.gschema.xml && \
|
||||||
|
glib-compile-schemas /usr/share/glib-2.0/schemas/ && \
|
||||||
|
echo "**** cleanup ****" && \
|
||||||
|
dnf autoremove -y && \
|
||||||
|
dnf clean all && \
|
||||||
|
rm -rf \
|
||||||
|
/config/.cache \
|
||||||
|
/tmp/*
|
||||||
|
|
||||||
|
|
||||||
# add local files
|
# add local files
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue