Disable indicator-session on MATE

This commit is contained in:
Ruben Rodriguez 2020-04-17 17:15:05 -04:00
parent 71aeae2c57
commit 104b074529

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/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 # 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 # 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 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=1 VERSION=2
. ./config . ./config
@ -81,6 +81,10 @@ image/x-gray=viewnior.desktop;gimp.desktop;
image/svg+xml=viewnior.desktop; image/svg+xml=viewnior.desktop;
EOF 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" changelog "Customized for Trisquel"
compile compile