forked from qt-creator/qt-creator
Fix initial directory when using konsole for Open Terminal Here
Fixes: QTCREATORBUG-24947 Change-Id: I14f5b47ba2ad71005653faadd5e78fda9570196e Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -157,7 +157,7 @@ Q_GLOBAL_STATIC_WITH_ARGS(const QVector<TerminalCommand>, knownTerminals, (
|
|||||||
{"rxvt", "", "-e"},
|
{"rxvt", "", "-e"},
|
||||||
{"urxvt", "", "-e"},
|
{"urxvt", "", "-e"},
|
||||||
{"xfce4-terminal", "", "-x"},
|
{"xfce4-terminal", "", "-x"},
|
||||||
{"konsole", "--separate", "-e"},
|
{"konsole", "--separate --workdir .", "-e"},
|
||||||
{"gnome-terminal", "", "--"}
|
{"gnome-terminal", "", "--"}
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user