[konsole] [Bug 456373] pasted command executes after GUI-app exits

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Wed Jul 6 17:46:55 BST 2022


https://bugs.kde.org/show_bug.cgi?id=456373

ninjalj at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOT A BUG
                 CC|                            |ninjalj at gmail.com
             Status|REPORTED                    |RESOLVED

--- Comment #1 from ninjalj at gmail.com ---
The protection from execution is done via a protocol between the application or
shell and the terminal emulator called bracketed paste. The shell or
application has to request bracketed paste for it to work.

For backwards compatibility, your shell (bash/zsh/...) is disabling bracketed
paste prior to executing a program, because the executed program may not
understand bracketed paste at all. If the program understands bracketed paste
(e.g. vim), it's then its responsability to enable it.

glxgears doesn't understand bracketed paste (or even paste) at all, so
bracketed paste mode will be disabled while glxgears is running.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list