@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 =)
Search Criteria
Package Details: termite 16.5-1
Package Actions
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 |
Submitter: | jelly |
Maintainer: | barbuk (aperez) |
Last Packager: | aperez |
Votes: | 22 |
Popularity: | 0.58 |
First Submitted: | 2021-07-09 14:08 (UTC) |
Last Updated: | 2022-10-07 13:45 (UTC) |
Dependencies (7)
- gnutls (gnutls-tiny-git, gnutls-openssl, gnutls-nodocs-git, gnutls-git)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-classic-noatk-64, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic)
- pcre2 (pcre2-svn, pcre2-git)
- vte-common (vte3-git, vte-notification-common)
- gperf (gperf-git) (make)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-bin, python-ninja, ninja-kitware, ninja-mem) (make)
Required by (15)
- dots-git (optional)
- dots-stable (optional)
- rofi-applets-menus (optional)
- rofi-theme-android-1080p (optional)
- rofi-theme-android-720p (optional)
- rofi-theme-applet-1080p (optional)
- rofi-theme-applet-720p (optional)
- rofi-theme-fonts (optional)
- rofi-theme-launcher-1080p (optional)
- rofi-theme-launcher-720p (optional)
- rofi-theme-menu-1080p (optional)
- rofi-theme-menu-720p (optional)
- rofi-theme-powermenu-1080p (optional)
- rofi-theme-powermenu-720p (optional)
- rofi-theme-used (optional)
Sources (2)
aperez commented on 2022-11-08 14:27 (UTC)
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.
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 :)
hamidzr commented on 2021-08-31 02:23 (UTC) (edited on 2021-08-31 02:24 (UTC) by hamidzr)
Should this be communicated to the users of this package?
https://github.com/thestinger/termite#termite-is-obsoleted-by-alacritty
From the author:
You should use Alacritty instead of Termite. It has a keyboard-based selection mode inspired by Termite and Alacritty 0.8 adds a generic regex hints mode comparable to Termite's URL hints mode. The user interface is very much in the same spirit as Termite including a very minimal user interface delegating handling tabs and splits to a window manager like i3. Alacritty is dramatically faster than VTE along with being significantly more robust and secure. It's written in a modern, safe programming language (Rust) and uses OpenGL for efficient rendering.
If you've packaged Termite in a repository, we would highly appreciate if you could communicate our recommendation to end users as part of phasing out and retiring the package. Alacritty is the only proper replacement for Termite and it took until the 0.8 release currently available as a release candidate for us to be able to wholeheartedly recommend it.
barbuk commented on 2021-08-30 23:03 (UTC)
@aperez Thanks for your work !
I tested the package, everything works perfectly.
For everyone reading the comments here, this release come with several changes.
Check the man page: man termite.config
Overview:
-
smart_copy
: Default false, set to true to use ctrl+c / ctrl+v to copy / paste. -
clickable_url_ctrl
: Default false, set to true to require the Ctrl key to be pressed while clicking URLs to open them. This allow to double clic on url to select them. -
word_char_exceptions
: Default from vte -
dragable file & urls in termite
-
up to date vte
-
Many fix and QOL from aperezdc fork
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 :)