Public bug reported:

Binary package hint: gnome-terminal

Distribution: Ubuntu Jaunty Alpha 2 with latest updates;
Application: gnome-terminal 2.25.3-0ubuntu1;
Problem: ctrl+c doesn't work as should;
Steps to reproduce:
1. open gnome-terminal;
2. run some command - for example: tree / or: sudo find / -iname *ubuntu*;
3. wait a few seconds;
4. press ctrl+c;
What should happens: process should immediately stops running.
What happens: nothing. process keep on running.
Possible temporary solution:
1. press ctrl-z - it's immediately hibernate running process;
2. find PID of process - for example: ps ax | grep tree
12673 pts/6    T      0:00 tree /
3. kill such process:
kill -9 12673

** Affects: gnome-terminal (Ubuntu)
     Importance: Undecided
         Status: New

-- 
[jaunty alpha 2] ctrl+c doesn't interrupt running process
https://bugs.launchpad.net/bugs/317948
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to