Summary: | Command "/bin/sh" fails "Could not find an interactive shell to start." | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | pankracypl |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ego.cordatus, freekdekruijf, grahamperrin |
Priority: | NOR | ||
Version: | 21.04.0 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/konsole/commit/34ad14c8cee4ab352481bf2ba190df9f8b744d29 | Version Fixed In: | 21.04.2 |
Sentry Crash Report: |
Description
pankracypl
2021-04-26 21:00:33 UTC
yep downgrade to version 4:20.12.3-0xneon+20.04+focal+build14 fixes the problem. Also <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256151> > … x11/konsole profile set to /bin/sh: > Warning: Could not find an interactive shell to start. This has nothing to do w/ desktop files. Setting Program to "/bin/sh" fails; "sh" works. On my system /bin/sh -> dash This commit caused it https://invent.kde.org/utilities/konsole/-/commit/fa398f564875455ee9374bb2c68a8137d3a938f9 Thanks. (In reply to Kurt Hindenburg from comment #4) Is bug 436632 a duplicate? *** Bug 436632 has been marked as a duplicate of this bug. *** Git commit 34ad14c8cee4ab352481bf2ba190df9f8b744d29 by Kurt Hindenburg. Committed on 03/06/2021 at 17:03. Pushed by hindenburg into branch 'release/21.04'. Allow /bin/sh as a profile command This patch committed in master adds new strings. Adriaan and I basically came up with the same patch. This error was a result of fa398f564875455ee9374bb2c68a8137d3a938f9 which had a logic error in it. FIXED-IN: 21.04.2 M +6 -4 src/session/Session.cpp https://invent.kde.org/utilities/konsole/commit/34ad14c8cee4ab352481bf2ba190df9f8b744d29 |