From f85d46a49eb09b23c2367430c9d42eb086e11a44 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Fri, 16 Mar 2018 10:32:22 -0400 Subject: [PATCH] system: Add MATE Terminal [MATE Terminal Emulator](https://github.com/mate-desktop/mate-terminal) is a good one. Add that along-side the others. --- lutris/util/system.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lutris/util/system.py b/lutris/util/system.py index cf84fce7d..cc63eb397 100644 --- a/lutris/util/system.py +++ b/lutris/util/system.py @@ -19,6 +19,7 @@ TERMINAL_CANDIDATES = [ 'xfce4-terminal', 'pantheon-terminal', 'terminator', + 'mate-terminal', 'urxvt', 'cool-retro-term', 'Eterm',