https://bugs.kde.org/show_bug.cgi?id=367829
Bug ID: 367829 Summary: "Open terminal here" will always open at $HOME Product: krusader Version: Git Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: m...@fork.pl Reporter: g1325...@mvrht.com Since the upgrade to Qt5 opening a terminal will always open it at $HOME, regardless of configuration. I used to have "konsole --new-tab --workdir %d" before the upgrade, but now it just won't work. Setting "default terminal" to "echo konsole --new-tab --workdir %d" will just print "konsole --new-tab --workdir %d", which probably means there's no substitution going on like with commands? Setting it to just "konsole" will have the same result (obviously without opening a new tab). Reproducible: Always Steps to Reproduce: 1. Press F9 (or set shortcut for "open terminal here", F11 in my case) or click "Term" button Actual Results: It will open terminal at $HOME Expected Results: It should open on current folder. My system is Ubuntu 16.04 64b, built from git against KDE Frameworks 5.23.0, Qt 5.5.1. If any other information is required, I'll provide it. -- You are receiving this mail because: You are watching all bug changes.