Skip to content
Snippets Groups Projects
Commit 104b0745 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Disable indicator-session on MATE

parent 71aeae2c
No related branches found
No related tags found
2 merge requests!307Etiona test mr,!179Corrected patch for make-bleachbit
#!/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 @@ ...@@ -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; ...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment