Skip to content

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

License

Notifications You must be signed in to change notification settings

yar999/gnome-terminal-patch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gnome Terminal Patch

Originally from sasha-x, 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 eoan 19.10, Gnome Terminal 3.34.2.

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 source gnome-terminal
cd gnome-terminal-3.34.2
wget https://raw.githubusercontent.com/yar999/gnome-terminal-patch/master/gnome-terminal-3.34.2.patch
patch -p0 < gnome-terminal-3.34.2.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