This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository enlightenment.

View the commit online.

commit daabedaac162e6592eb49327c848e0cd8a02bef6
Author: Carsten Haitzler <[email protected]>
AuthorDate: Tue Jul 5 11:56:38 2022 +0100

    execution - add more terminal desktops to fallback list
---
 src/bin/e_utils.c           | 1 +
 src/bin/tools/open/e_open.c | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/bin/e_utils.c b/src/bin/e_utils.c
index 7f5c650ee..c7975a0f6 100644
--- a/src/bin/e_utils.c
+++ b/src/bin/e_utils.c
@@ -1175,6 +1175,7 @@ e_util_terminal_desktop_get(void)
    const char *terms[] =
    {
       "terminology.desktop",
+      "xterm.desktop",
       "rxvt.desktop",
       "gnome-terminal.desktop",
       "konsole.desktop",
diff --git a/src/bin/tools/open/e_open.c b/src/bin/tools/open/e_open.c
index 52250034e..28e1333fc 100644
--- a/src/bin/tools/open/e_open.c
+++ b/src/bin/tools/open/e_open.c
@@ -319,6 +319,7 @@ terminal_open(void)
    const char *terms[] =
    {
       "terminology.desktop",
+      "xterm.desktop",
       "rxvt.desktop",
       "gnome-terimnal.desktop",
       "konsole.desktop",

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to