提交 195c04b1 编写于 作者: D Daniel Imms 提交者: GitHub

Merge pull request #11452 from nholthaus/master

Fixes #11451 - Add `konsole` as default terminal for KDE-plasma
......@@ -11,6 +11,8 @@ if (env.isLinux) {
defaultTerminalLinux = 'x-terminal-emulator';
} else if (process.env.DESKTOP_SESSION === 'gnome' || process.env.DESKTOP_SESSION === 'gnome-classic') {
defaultTerminalLinux = 'gnome-terminal';
} else if (process.env.DESKTOP_SESSION === 'kde-plasma') {
defaultTerminalLinux = 'konsole';
} else if (process.env.COLORTERM) {
defaultTerminalLinux = process.env.COLORTERM;
} else if (process.env.TERM) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册