Skip to content

jrnewell/ubuntu-gnome-terminal-patch

Repository files navigation

Gnome Terminal Patch

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.

Install Instructions using Binaries

git clone https://github.com/jrnewell/ubuntu-gnome-terminal-patch.git
cd ubuntu-gnome-terminal-patch
sudo dpkg -i *.deb

Building Instructions using Patch

  1. Install build dependencies
sudo apt-get build-dep gnome-terminal
  1. 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
  1. Build
dpkg-buildpackage -us -uc -b
  1. Install
cd ..
sudo dpkg -i *.deb

License

MIT License

About

Patch to Add PuTTY-like Right-Click Paste to Gnome Terminal in Ubuntu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages