From 0dd5baca34e0d5020cb3016a50b5d00b66ef329e Mon Sep 17 00:00:00 2001 From: Helge Date: Wed, 16 Feb 2022 15:56:04 +0100 Subject: [PATCH] Added missing libvte dependency The libvte dev library is missing when installing on Elementary OS (6.1). Added its installation. --- xkeysnail_service.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/xkeysnail_service.sh b/xkeysnail_service.sh index 69749d69..9003b751 100755 --- a/xkeysnail_service.sh +++ b/xkeysnail_service.sh @@ -305,6 +305,7 @@ fi if [[ $distro == "elementaryos" ]]; then gsettings set io.elementary.terminal.settings natural-copy-paste false + sudo ./linux/system-config/unipkg.sh libvte-2.91-dev fi if ! [ -x "$(command -v xhost)" ] || ! [ -x "$(command -v gcc)" ]; then