From 1646ac437e317a98dc4d24871c0b876139527b20 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Mon, 5 Dec 2022 17:05:23 -0500
Subject: [PATCH] ubuntu-mate-settings: Do not customize arctica-greeter

---
 helpers/make-ubuntu-mate-settings | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/helpers/make-ubuntu-mate-settings b/helpers/make-ubuntu-mate-settings
index 132d60e7..5807bf0d 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 \
-- 
GitLab