From e65ec1cdeb4e1d9768495418ad0a51cc47de2dc7 Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Fri, 7 Jan 2022 12:29:29 -0600 Subject: [PATCH] link lxterminal and xterm --- build-a-pi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-a-pi b/build-a-pi index f2f06da..ed71a01 100755 --- a/build-a-pi +++ b/build-a-pi @@ -130,6 +130,9 @@ fi if ! hash bc >/dev/null; then sudo apt install -y bc fi +#an issue pops up every now and again concerning xterm. +#link lxterminal to xterm. see https://github.com/km4ack/pi-build/issues/34 +sudo ln -s /usr/bin/lxterminal /usr/bin/xterm ##################################### # Check if run before