Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed default terminal of directorymenu plugin (#2122)
This patch fixes two issues: * The `Open in terminal` menu-item wouldn't work if no default terminal was defined. The patch minimizes the chance by choosing `xterm` in this case. * The previous code worked only with QTerminal and Konsole, excluding all terminals that didn't have the `--workdir` option. Closes #2121
- Loading branch information