diff options
author | Fathi Boudra <fabo@debian.org> | 2015-07-26 21:41:39 +0300 |
---|---|---|
committer | Orgad Shaneh <orgads@gmail.com> | 2016-01-25 13:25:54 +0000 |
commit | 82e0c2933ab7e183e9eb3ec3e07640d97834b63b (patch) | |
tree | 1b77aae0fbb356741da8ca092377e28106259d51 /src/libs/utils/consoleprocess_unix.cpp | |
parent | 41ef1afa2c73146fd990f45ee14e3f4e50b8131b (diff) | |
download | qt-creator-82e0c2933ab7e183e9eb3ec3e07640d97834b63b.tar.gz |
Use x-terminal-emulator on Debian based distributions
Brought from debian source package
Change-Id: Iaae2a35b5aff233f536ceee38555522dc9fd8527
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/libs/utils/consoleprocess_unix.cpp')
-rw-r--r-- | src/libs/utils/consoleprocess_unix.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/utils/consoleprocess_unix.cpp b/src/libs/utils/consoleprocess_unix.cpp index e02524f9c0..565da03c6a 100644 --- a/src/libs/utils/consoleprocess_unix.cpp +++ b/src/libs/utils/consoleprocess_unix.cpp @@ -344,6 +344,7 @@ struct Terminal { static const Terminal knownTerminals[] = { + {"x-terminal-emulator", "-e"}, {"xterm", "-e"}, {"aterm", "-e"}, {"Eterm", "-e"}, |