I use gnome-terminal a lot and haven't seen this bug.

** Changed in: gnome-terminal (Ubuntu)
       Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/317948

Title:
   ctrl+c doesn't interrupt running process

Status in GNOME Terminal:
  Invalid
Status in “gnome-terminal” package in Ubuntu:
  Invalid

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/317948/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to