Bugzilla – Bug 1187200
KDevelop hard requires zsh
Last modified: 2023-10-07 10:45:43 UTC
why is there a hard requirement for KDevelop5 on zsh? and also when zsh gets enabled during installation it pulls other zsh-completion packages which makes the whole system messy.
It's because /usr/share/kdevplatform/shellutils/.zshrc has "#!/bin/zsh" and is executable. I don't think either of those is necessary.
(In reply to Fabian Vogt from comment #1) > It's because /usr/share/kdevplatform/shellutils/.zshrc has "#!/bin/zsh" and > is executable. I don't think either of those is necessary. yep, that should not require zsh...
Still requires. It's unneeded; script with zsh shebang is just an integration thing