diff --git a/helpers/make-ubuntu-mate-settings b/helpers/make-ubuntu-mate-settings
index f3b6b9c035d35628f6978ccaa6d58dc19ec3f290..4d7280e6e57ae19f47a2582a09b487d6805baf01 100644
--- a/helpers/make-ubuntu-mate-settings
+++ b/helpers/make-ubuntu-mate-settings
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#    Copyright (C) 2017 Ruben Rodriguez <ruben@trisquel.info>
+#    Copyright (C) 2017.2020 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=1
+VERSION=2
 
 . ./config
 
@@ -81,6 +81,10 @@ 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
+
 changelog "Customized for Trisquel"
 
 compile