Summary: | clearing scrollback kills programs | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | bkorb |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | robertknight |
Priority: | NOR | ||
Version: | 2.4.3 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
bkorb
2010-07-18 19:25:09 UTC
The 'Actual Results' you describe are not intended behavior. It sounds like a bug somewhere. > You have removed "clear scrollback" and combined it with "& reset" > and obviously didn't discuss it with very many users beforehand. The majority of the KDE developers and testers are heavy terminal users. If a change gets made which causes frustration for many users we usually do hear about it quickly. > The program is killed and you get a shell prompt. I was not able to reproduce when testing locally 'find /' and a few other long-running commands. Pressing Ctrl+Shift+X mid-way through execution clears scrollback but does not kill the command. Can you give an example of a specific command which exhibits this behavior and can you confirm which keyboard shortcut you have bound to this action? In the 3.5.x Konsole that I know and love, the "Edit" menu has an entry, "Clear History" that does exactly what I want. In 4.2, that was moved to the "Scrollback" menu and was re-titled "Clear Scrollback". I found it, but only after hunting around for a while. OpenSuSE went to 4.4 and "Clear Scrollback" is gone and instead the entry that seems similar is "Clear Scrollback & Reset". When I do a huge build, a la: ../configure && make && make distcheck I tried to clear the scrollback after the several hundred lines of configure cruft have scrolled past using the pull down menu. After I do that, the build has stopped and I have a command prompt. I don't use "hot keys", though C-S-X probably is bound to the command. > When I do a huge build, a la:
> ../configure && make && make distcheck
I tried reproducing here using an an automake-based project, pressing Ctrl+Shift+X and using the menu item during both the ./configure and make stages but did not experience the problem.
This is under Ubuntu Lucid in case it is relevant.
``This is under Ubuntu Lucid in case it is relevant.'' It may be, even if we would both hope not. My platform is the several-days-old OpenSuSE 11.3. Is there anything I can do to improve the diagnostic info? Sorry for the bother. I fiddled with it again last night, and what happened every time does not happen any more. This means it is possible to get it into a funny state where "clear & reset" sends some signal to the process, but it is not a highly reproducible result. In other words, unless I can figure out how it happened, there's nothing that can be done. |