I've investigated a little further. gnome-terminal connects a callback to the "activate" signal on the Edit menu:
action = gtk_action_group_get_action (action_group, "Edit"); g_signal_connect (action, "activate", G_CALLBACK (edit_menu_activate_callback), window); When not using the application menu (UBUNTU_MENUPROXY= ), this callback is fired whenever the Edit menu is opened. However, when using the application menu, this callback is fired once when the terminal window opens and not when the Edit menu is opened. This callback checks the clipboard and activates paste, hence this would seem to be the cause of this problem. -- Paste in global application menu is not active whilst using gnome-terminal https://bugs.launchpad.net/bugs/630292 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