10

I did a clean install of Ubuntu 11.10 recently. Every so often, Grab Handles will appear on the active window. Sometimes they simply disappear after a few seconds without causing me any problems.

Other times, the mouse appears already grabbing the window (like when you grab the center handle) and the mouse and the window will shake erratically for a few moments. In this case, I lose control over the mouse until the grab handles fade out a few seconds later. This occurs multiple times a day, maybe once every hour or two. The oddest thing about it is that I don't have Grab Handles enabled:

enter image description here

For reference, this is an Asus G53SW laptop with a Core i7, GeForce GTX 460M and 6 GB of RAM. Any ideas?

Doval
  • 295

2 Answers2

6

It would seem to me, despite the response in the comments, that disabling the Unity MT Grab Handles option in ccsm should be able to turn these off, erratic mouse behavior notwithstanding.

Steps to disable the grab handles:

  1. Install the CompizConfig Settings ManagerInstall CompizConfig Settings Manager (ccsm). You can do this either by clicking the provided link, or by opening a terminal and entering sudo apt-get install compizconfig-settings-manager, providing your password as needed.

    WARNING: ccsm has been known to break Compiz if you are not careful! Try not to mess around in it too much.

  2. Start CompizConfig Settings Manager. Look for a plugin called Unity MT Grab Handles. It should be at the very bottom when you scroll all the way down, under Uncategorized. Click its entry to enter its settings.ccsm main screen

  3. Once in, find the checkbox labeled Enable Unity MT Grab Handles on the left side of the window under Use This Plugin. Uncheck it. This should be all you need to do; close ccsm.Unity MT Grab Handles plugin screen

If there is still an issue, then perhaps you should file a bug if then restarting Compiz does not work (compiz --replace).

  • 1
    Sorry if my comments weren't clear enough. Disabling the plug-in does stop the Grab Handles from appearing. – Doval Nov 03 '11 at 00:26
  • @Doval Okay, I guess I misunderstood that part. But disabling the plugin does resolve your issue, correct? (I'd still post the erratic trackpad behavior as a separate question or a bug, since that's a bit more hardware-related.) – Knowledge Cube Nov 03 '11 at 12:10
  • 1
    Right. The bit about the windows getting grabbed and moved is likely being triggered the same way as the Grab Handles were, since there's supposed to be a 3-finger gesture for moving windows: https://wiki.ubuntu.com/Multitouch I'll probably post a separate question soon to address that issue. – Doval Nov 04 '11 at 02:09
5

I found a way to fix this while I was trying to find a way to redefine 3 finger gestures. I posted how I did it there: How can I disable arbitrary default multitouch gestures in Unity?

Let me know if that fixes it for you.

domster
  • 176