fixed for mate

This commit is contained in:
Michael Trip 2023-05-31 16:26:31 +02:00
parent 5036002bcf
commit bcf7466f95

View file

@ -29,7 +29,19 @@ 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 && \ echo "**** mate tweaks ****" && \
rm -f \
/etc/xdg/autostart/at-spi-dbus-bus.desktop \
/etc/xdg/autostart/gnome-keyring-pkcs11.desktop \
/etc/xdg/autostart/gnome-keyring-secrets.desktop \
/etc/xdg/autostart/gnome-keyring-ssh.desktop \
/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 ****" && \ echo "**** cleanup ****" && \
dnf autoremove -y && \ dnf autoremove -y && \
dnf clean all && \ dnf clean all && \