https://bugs.kde.org/show_bug.cgi?id=396472
--- Comment #2 from Andrew Smith <k...@espadav8.co.uk> --- I've spent a bit of time getting things set up so I could compile Yakuake and going back to v3.0 and the setting didn't work then either. Looking at the git blame it looks like the line of code for opening the terminal at the path hasn't really changed in 11 years so I'm really not sure what to do now [0] is where the new terminal sessions are opening (or at least, if I change that to `rootPath()` all new terminals open `/`). Checking the previous version it used `KUser` to get the home path but still basically did the same thing. Before that the last change was 11 years ago :-/ I've tried to have a look through the Konsole source to see how that does it but I'm not finding anything that looks useful (I don't know any KDE code really so I'm just trying to search for something similar). 0: https://github.com/KDE/yakuake/blame/master/app/terminal.cpp#L89 -- You are receiving this mail because: You are watching all bug changes.