Summary: | Terminal plugin should offer a choice of shell and more modern defaults | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Peter J. Mello <admin> |
Component: | kpart | Assignee: | Konsole Developer <konsole-devel> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | christoph, waqar.17a |
Priority: | NOR | ||
Version First Reported In: | 24.07.80 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Peter J. Mello
2024-08-08 03:11:26 UTC
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. Yeah, some help on this would be awesome! |