The problem
$ python3
>>> while True:
... pass
...
The process is now hanging. (Of course, this is just for demonstrating purposes; I know I can make python responsive again with Ctrl+C, but that's not the point. To be clear: my problem arises whenever a process is hanging and I can't stop it with Ctrl+C)
Guake does not respond to tab right click > Close. I can't find the way to close this tab without quitting Guake.
Question
Is this by design? / Is there another way? / Can this feature be added?
Workaround
Ctrl+Z suspends the process and sends it to background. Link to askubuntu
The problem
The process is now hanging. (Of course, this is just for demonstrating purposes; I know I can make python responsive again with Ctrl+C, but that's not the point. To be clear: my problem arises whenever a process is hanging and I can't stop it with Ctrl+C)
Guake does not respond to tab right click > Close. I can't find the way to close this tab without quitting Guake.
Question
Is this by design? / Is there another way? / Can this feature be added?
Workaround
Ctrl+Z suspends the process and sends it to background. Link to askubuntu