Package Details: termite 16.9-3

Git Clone URL: https://aur.archlinux.org/termite.git (read-only, click to copy)
Package Base: termite
Description: A simple VTE-based terminal
Upstream URL: https://github.com/aperezdc/termite
Keywords: terminal
Licenses: LGPL-2.1-only
Submitter: jelly
Maintainer: barbuk (aperez)
Last Packager: aperez
Votes: 25
Popularity: 0.028726
First Submitted: 2021-07-09 14:08 (UTC)
Last Updated: 2024-10-17 07:45 (UTC)

Pinned Comments

aperez commented on 2021-09-01 11:47 (UTC)

While the original Termite maintainers recommend Alacritty now and stopped development, there are still reasons to use Termite—for example if your box does not have OpenGL or Rust does not work for your architecture.

This fork of Termite is actively maintained: it is kept updated with the latest VTE versions, fixes and new features get merged, and whenever enough changes are gathered in the main branch new releases are produced as well :)

Latest Comments

1 2 3 4 Next › Last »

sinasina commented on 2024-10-17 06:46 (UTC) (edited on 2024-10-17 08:44 (UTC) by sinasina)

I think glib2-devel should be added as a dependency, with that missing Termite does not compile. (at least not on a new install)

uffe commented on 2024-07-30 09:01 (UTC)

FYI: this pkgbuild seems to be missing a makedep for glib2-devel as the vte subproject breaks during build and reports that it needs glib-mkenums binary

sinasina commented on 2024-02-14 20:42 (UTC)

Thank you for still maintaining this!

aperez commented on 2022-11-08 14:27 (UTC)

@dlesnoff: You will need to rebuild Termite after the recent ICU update, and it will work fine with the latest version. Please let me know if a package rebuild does not fix your issue =)

dlesnoff commented on 2022-11-08 00:07 (UTC)

termite requires older versions of icu libraries to launch. libicudata.so.71 libicuuc.so.71

Powersource commented on 2022-01-03 18:01 (UTC)

If ctrl-shift-t (open new terminal in same dir) broke for anyone else you need to update the init of that in your rc file. The new one is here https://github.com/aperezdc/termite#id5

hurufu commented on 2021-12-21 21:16 (UTC) (edited on 2021-12-21 21:19 (UTC) by hurufu)

tldr; run this command: gpg --recv-keys 91C559DBE4C9123B

@joilnen, This error happens when your computer doesn't have public keys that are needed to verify integrity of sources. It is a generic error it may happen with any package.

More information: https://wiki.archlinux.org/title/Makepkg#Signature_checking

joilnen commented on 2021-12-15 08:52 (UTC)

==> Verifying source file signatures with gpg... termite-16.2.tar.xz ... FAILED (unknown public key 91C559DBE4C9123B) ==> ERROR: One or more PGP signatures could not be verified!

boredhero commented on 2021-11-24 19:26 (UTC) (edited on 2021-11-24 19:28 (UTC) by boredhero)

termite: error while loading shared libraries: libicuuc.so.69: cannot open shared object file: No such file or directory

Edit. To anyone experiencing this issue, It's because the icu package upgraded recently from v69 -> v70. Just clean build and you should be working again.