Originally from Tomba's Blog, a patch to add PuTTY-like copy on select and right-click paste to Gnome Terminal in Ubuntu. Use ctrl+right-click to bring up the original Gnome Terminal context menu.
I built the patched version on 64-bit Ubunty Trusty 14.04, Gnome Terminal 3.6.2.
git clone https://github.com/jrnewell/ubuntu-gnome-terminal-patch.git
cd ubuntu-gnome-terminal-patch
sudo dpkg -i *.deb
- Install build dependencies
sudo apt-get build-dep gnome-terminal
- Download the sources and apply the patch
mkdir gnome-terminal
cd gnome-terminal
apt-get source gnome-terminal
cd gnome-terminal-3.6.2
wget https://raw.githubusercontent.com/jrnewell/ubuntu-gnome-terminal-patch/master/gnome-terminal.patch
patch -p1 < gnome-terminal.patch
- Build
dpkg-buildpackage -us -uc -b
- Install
cd ..
sudo dpkg -i *.deb