Summary: | Ctrl-C kills konsole window, not processes running in shell | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | t_kleinen |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | kprocess.diff |
Description
t_kleinen
2004-01-22 11:40:40 UTC
Yep I can confirm this behaviour at my gentoo linux kde-3.2_rc1 box! I checked the configured shortcuts, but nothing stranged found. I can't confirm with 3.2 20040121. Subject: Re: [Konsole-devel] Ctrl-C kills konsole window, not processes running in shell Can't reproduce. the problem appears if you run a root shell in konsole and then close the konsole window (hmm, how do you kill konsole with ^C? That sounds strange). konsole will be closed, but due to missing permissions the root process can't be killed. Can it be that problem? No, it's not related to a root shell. I did just what you usually do: Opened a konsole window and then started some command line application (transcode in fact). Then I wanted to kill transcode, so I clicked on the konsole window so that it gets the focus and then pressed Ctrl-C. But instead of stopping transcode this closed the konsole window and didn't kill transcode. Right now I can't seem to reproduce it myself, so it may be that it only appears spuriously... It happens here, but it seems it is only in a konsole that is opened via the tools menu in konqueror. Subject: Re: [Konsole-devel] Ctrl-C kills konsole window, not processes running in shell
> It happens here, but it seems it is only in a konsole that is opened via the
> tools menu in konqueror.
Bingo! can reproduce it now.
Subject: [PATCH] [REGRESSION] KProcess messes up session groups / controlling terminals The attached patch restores KProcess::start(DontCare) to the behavior of KDE 3.1 and fixes BR73226 Cheers, Waldo Created an attachment (id=4325) kprocess.diff fixed in 3_2_branch and head That solved the problem. Works perfectly now. Thanks a lot for that rapid resolution. Sorry, but is it possible that you didn't apply the patch to kde-3.2.0? Same problem appears again using release 3.2.0 ... It is in the KDE_3_2_BRANCH now but unfortunately too late for KDE 3.2.0 Someone didn't backport :-( 73226 is back in KDE 3.2. The konsole window closes but an application continues to run when a Ctrl-C is typed. BUT it only happens now when konsole is opened with Ctrl-T. When konsole is opened from the menu or the panel this does not happen. |