1

When in a terminal window, right-clicking often opens a new terminal rather than displaying the menu. (I'm not sure if this is because of where I click, or if I'm hitting another button, or something else -- but it happens often, maybe 5 times a day.)

Is there a way to disable this behavior?

(I'm not sure what causes this, exactly... Metacity? GNOME? I don't think it's the shell itself.)

Charles
  • 363
  • 2
  • 3
  • 17

2 Answers2

3

In gnome-terminal, if you right-click and hold, you'll see a context menu. The first item is Open Terminal. It is likely that you're moving the mouse a little and releasing the button thus selecting that option.

Edit:

You can edit the file at /usr/share/gnome-terminal/terminal.xml and rearrange the order of the items in the <popup name="Popup" action="Popup"> section. You could put Copy and Paste at the top swapping positions with Open Window and Open Tab.

Dennis Williamson
  • 62,149
  • 16
  • 116
  • 151
0

Doesn't sound quite right for behavior. If you create a "blank" account (new user) and log in, does the same behavior persist? Sounds like a preference was changed.

Bart Silverstrim
  • 31,172
  • 9
  • 67
  • 87