Package Details: tabby-bin 1.0.222-1

Git Clone URL: https://aur.archlinux.org/tabby-bin.git (read-only, click to copy)
Package Base: tabby-bin
Description: Tabby (formerly Terminus) is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux
Upstream URL: https://github.com/Eugeny/tabby
Licenses: MIT
Conflicts: tabby
Provides: tabby
Submitter: Erde
Maintainer: BarrelGorilla
Last Packager: BarrelGorilla
Votes: 24
Popularity: 1.38
First Submitted: 2021-08-04 11:27 (UTC)
Last Updated: 2025-03-08 23:43 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

sysroot commented on 2020-06-23 22:59 (UTC)

Please update the pkgbuild

pkgname=terminus-terminal-bin
_pkgname=terminus
pkgver=1.0.112
pkgrel=1
pkgdesc="A terminal for a more modern age"
arch=('x86_64')
url="https://github.com/Eugeny/terminus"
license=('MIT')
depends=('nodejs')
provides=("terminus-terminal")
conflicts=("terminus-terminal")
replaces=('terminus-terminal')
source=("$url/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux.deb")
sha256sums=('0eea061f5aec21dc8aa4c90ca7fabfd19e5ea49f922cd62636c789dad0490bdd')

package() { cd "$srcdir/" tar -xf data.tar.xz cp -r usr/ $pkgdir cp -r opt/ $pkgdir

install -Dm755 /dev/stdin "$pkgdir"/usr/bin/$_pkgname <<END #!/usr/bin/bash /opt/Terminus/terminus

END }

emamul.andalib commented on 2020-05-26 11:57 (UTC)

Please update the pkgver and sha256sums as like below:

pkgver=1.0.111 sha256sums=('37B20A41D2681EC8EE34935DDEDD770B1389CFC1C8DC7581E9C2B62BFE4BD4F0')

backerman commented on 2019-06-02 22:07 (UTC) (edited on 2019-06-02 22:07 (UTC) by backerman)

This package fails to run as installed:

[11406:0602/180510.635385:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox
helper binary was found, but is not configured correctly. Rather than run without
sandboxing I'm aborting now. You need to make sure that /opt/Terminus/chrome-sandbox
is owned by root and has mode 4755.

Running chmod as described in the error fixes the issue.