-
-
Save kaspergrubbe/a93116fe47f3403d5a2e46e5adeadf5a to your computer and use it in GitHub Desktop.
# 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 |
This script is over 4 years old, there are some newer versions of vte-ng that have been released: https://github.com/thestinger/vte-ng/branches/all someone should give those a try :)
Hi @rbrtbrnschn
have you solved this problem already?
If yes i would be curious for the solution of it.
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
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
Hi @rbrtbrnschn
Do you have libtool installed?