From af90985bdc559c88c3b9188cd6fced718cdf0f60 Mon Sep 17 00:00:00 2001 From: Luis Guzman <ark@switnet.org> Date: Fri, 8 Apr 2022 18:13:28 -0500 Subject: [PATCH] Fix ubuntu-mate-settings helper for aramo release. --- helpers/make-ubuntu-mate-settings | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/helpers/make-ubuntu-mate-settings b/helpers/make-ubuntu-mate-settings index 3fecbd3d..9102eb20 100644 --- a/helpers/make-ubuntu-mate-settings +++ b/helpers/make-ubuntu-mate-settings @@ -89,15 +89,11 @@ image/x-gray=viewnior.desktop;gimp.desktop; image/svg+xml=viewnior.desktop; EOF -# indicator-session is only needed for lightdm -rm debian/indicator-session.desktop.in -sed '/indicator-session.desktop/d' -i usr/lib/ubuntu-mate/ubuntu-mate-settings-overlay debian/ubuntu-mate-default-settings.install debian/rules - sed '/fonts-ubuntu/d' -i debian/control #Remove caja's dropbox autostart. -rm usr/bin/caja-dropbox-autostart -rm usr/share/mate/autostart/caja-dropbox-autostart.desktop +rm $(find -name caja-dropbox-autostart) +rm $(find -name caja-dropbox-autostart.desktop) sed '/dropbox/d' -i debian/ubuntu-mate-default-settings.install changelog "Customized for Trisquel" -- GitLab