Skip to content

[Question] Is there a way to force close a tab while a process is running? #1812

Description

@renyhp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions