Bug 1187200 - KDevelop hard requires zsh
Summary: KDevelop hard requires zsh
Status: CONFIRMED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: KDE Applications (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Minor with 5 votes (vote)
Target Milestone: ---
Assignee: E-Mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-11 00:23 UTC by Aram Grigoryan
Modified: 2023-10-07 10:45 UTC (History)
2 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aram Grigoryan 2021-06-11 00:23:00 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.
Comment 1 Fabian Vogt 2021-06-12 11:29:46 UTC
It's because /usr/share/kdevplatform/shellutils/.zshrc has "#!/bin/zsh" and is executable. I don't think either of those is necessary.
Comment 2 Aram Grigoryan 2021-06-12 19:53:09 UTC
(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...
Comment 3 Egor Petrov 2023-10-07 10:45:43 UTC
Still requires. It's unneeded; script with zsh shebang is just an integration thing