Install Hyper Terminal
2025-01-08
Install rqd deps:
sudo apt install -y libxss-dev wget
Download from official site and isntall:
sudo dpkg -i hyper*.deb
Run w verbose to test:
hyper -v
[9913:0721/075156.428196: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/Hyper/chrome-sandbox is owned by root and has mode 4755.
Fix perms prob:
sudo chown root /opt/Hyper/chrome-sandbox
sudo chmod 4755 /opt/Hyper/chrome-sandbox
Reload term to pick up dotfiles customized config, if exists:
Menu > View> Reload
or Ctrl-Shift-R
Also reload, if at first, rt-mouse-button
doesn't trigger context menu.