Skip to content

Instantly share code, notes, and snippets.

@kaspergrubbe
Created February 3, 2017 03:08
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save kaspergrubbe/a93116fe47f3403d5a2e46e5adeadf5a to your computer and use it in GitHub Desktop.
Save kaspergrubbe/a93116fe47f3403d5a2e46e5adeadf5a to your computer and use it in GitHub Desktop.
Build termite terminal and vte/vte-ng on Ubuntu
# VTE
apt-get install autoconf libglib2.0-dev gtk-doc-tools libpcre2-dev libgirepository1.0-dev gperf libvte-2.91-dev libvte-dev valac unzip
wget https://github.com/thestinger/vte-ng/archive/0.46.0.a.zip
unzip 0.46.0.a.zip
rm 0.46.0.a.zip
cd vte-ng-0.46.0.a
bash autogen.sh
make && make install
cd ~
rm -rf vte-ng-0.46.0.a/
# TERMITE
apt install git
git clone --recursive https://github.com/thestinger/termite.git
cd termite/
make && make install
cd ~
rm -rf termite/
# TLP for Thinkpad x230
# apt install tlp tlp-rdw tp-smapi-dkms acpi-call-dkms smartmontools linux-tools-common
# apt install powertop
@redheadt
Copy link

Hi @rbrtbrnschn
have you solved this problem already?
If yes i would be curious for the solution of it.

@rbrtbrnschn
Copy link

rbrtbrnschn commented Feb 19, 2021

Hi @rbrtbrnschn
have you solved this problem already?
If yes i would be curious for the solution of it.

sadly no @redheadt
i am currently using straight up gnome-terminal
did not try the newer scripts mention by @kasergrubbe
maybe try those

@redheadt
Copy link

Hi @rbrtbrnschn
have you solved this problem already?
If yes i would be curious for the solution of it.

sadly no @redheadt
i am currently using straight up gnome-terminal
did not try the newer scripts mention by @kasergrubbe
maybe try those

This script solved all my problems, give it a try @rbrtbrnschn
https://github.com/ls4154/termite-ubuntu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment