Summary: | Konsole output broken after escape sequences to resize are issued. | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Kris S <kris> |
Component: | emulation | Assignee: | Konsole Developer <konsole-devel> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | gi1242+kde, ninjalj |
Priority: | NOR | ||
Version: | 19.08.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Hacky way to resize konsole via DBUS |
Description
Kris S
2019-11-03 23:11:42 UTC
Just so there's no confusion, In the previous comment, when I said 'console' multiple times, I meant 'konsole' My 2 cents: I would LOVE to see a decision (and implementation) across all popular terminal emulators to remove support for escape sequences that move, resize, iconify etc. the terminal window. Remember when browsers allowed webpages to manipulate the browser window in this way? It was terrible. They stopped supporting these, for good reasons. We should do the same. I agree, I set my terminal rows and columns because that's the size I want. so personally I'm quite ok with the escape code being ignored. I only found this bug because a certain program I was using triggered it. Opinions on whether or not resizing is the proper thing to do though, the actual issue is that it seems to only go halfway in konsole. It resizes the amount of rows and columns, but doesn't resize the window to match. yes, the resize escape has been broken since KDE4 in the sense it has never changed the actual window size. I've thought of removing it in the past. gnome-terminal and xterm both support resizing the window via escape sequences. Any chance of getting it working in Konsole? (Or even a working alternative using qdbus / konsoleprofile would be much appreciated) Created attachment 145515 [details] Hacky way to resize konsole via DBUS Since comment 5 asked, here in the attachment is a hacky way to resize konsole using qdbus. (In reply to ninjalj from comment #6) > Created attachment 145515 [details] > Hacky way to resize konsole via DBUS > > Since comment 5 asked, here in the attachment is a hacky way to resize > konsole using qdbus. 1,000,000 thanks!! This works perfectly for me. |