Updating Termite And Vte

March 23, 2021 · One minute read

State of termite

Termite is my favorite terminal, because:

  • it’s simple and fast
  • it works well with a tiling window manager
  • it has a very cool feature: selection mode

The project has not been updated since June 2019 and uses a patched version of VTE, so it needed an update.

Update: Adrián Pérez now maintain an active fork: https://github.com/aperezdc/termite.

You can find it in the aur.

Cherry picking cool PR

Several pull request were interesting:

The result is available in my fork.

Building an up to date VTE

VTE-ng need to be built with 5 patches to enable the use of termite selection mode.

I made a fork and merged the five patches + another one to enable static build.

PKGBUILD