https://bugs.kde.org/show_bug.cgi?id=491419
Waqar Ahmed <waqar....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |waqar....@gmail.com --- Comment #1 from Waqar Ahmed <waqar....@gmail.com> --- Hi there, You can already change the default shell. The way to change it is by right clicking in the terminal panel and then click "Edit Current Profile". There you can change the shell / edit the look and feel etc. The reason the settings are not in the "Configure Kate..." dialog is because the terminal is an entirely different app which we just embed into Kate. In KDE this concept is called "part", and the terminal we load is called Konsole, and its part is called konsolepart. (and yes we have something called katepart). Since its a different app, it lives in a different repository and thus there is an altogether different team working on it. Anyways, help on Konsole for Windows or Kate is super welcome, I don't think anyone works actively on Kate/Konsole windows. We ported Konsole to windows a couple of years ago but the port is till basic and lacks some features that you can find in linux/mac version. For this particular change, you will need to modify the defaultShell function here https://invent.kde.org/utilities/konsole/-/blob/master/src/profile/Profile.cpp?ref_type=heads#L216 Feel free to reach out in our matrix channel #kate. Building Kate for the first time on windows can be a bit daunting. -- You are receiving this mail because: You are watching all bug changes.