diff --git a/helpers/make-ubuntu-mate-settings b/helpers/make-ubuntu-mate-settings index 132d60e785d4062dab494bf1dbbac4855356f01a..5807bf0ddfd9c22dd74d2cc2a589f8a46eee614c 100644 --- a/helpers/make-ubuntu-mate-settings +++ b/helpers/make-ubuntu-mate-settings @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2017.2020 Ruben Rodriguez <ruben@trisquel.info> +# Copyright (C) 2017.2022 Ruben Rodriguez <ruben@trisquel.info> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=5 +VERSION=6 . ./config @@ -99,6 +99,9 @@ sed '/dropbox/d' -i debian/ubuntu-mate-default-settings.install #Remove abrowser/firefox policies (starting on Jammy/Aramo). rm etc/firefox/policies/policies.json +#Do not customize arctica-greeter +sed '/org.ArcticaProject.arctica-greeter/,/^$/d' -i usr/share/glib-2.0/schemas/30_ubuntu-mate.gschema.override + #sed -i '/exit/i if [ -f /etc/firefox/policies/policies.json ]; then' debian/ubuntu-mate-default-settings.postinst \ # debian/ubuntu-mate-default-settings.postrm #sed -i '/exit/i rm -f /etc/firefox/policies/policies.json' debian/ubuntu-mate-default-settings.postinst \