# Correction #

The shortcut command would be better as:

sudo kill $(ps -A | grep " compiz$" | awk '{ print $1 }')

The preceding space and end of line '$' ensure that you do not match
other processes with compiz in their name such as a bash script called
kill_compiz.sh for instance. ;-)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/999645

Title:
  Freeze with unity 3d (12.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/999645/+subscriptions

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

Reply via email to