From d4992fe00aa83f016a4b0e9a7ad470e828e5acf1 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Mon, 12 Oct 2020 22:24:28 -0500 Subject: [PATCH] - Updated installer with more info for Ubuntu/Gnome3 users --- xkeysnail_service.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xkeysnail_service.sh b/xkeysnail_service.sh index a6a0e86..b5cddd7 100755 --- a/xkeysnail_service.sh +++ b/xkeysnail_service.sh @@ -213,6 +213,9 @@ if [[ $1 == "1" || $1 == "2" || $1 == "3" || $1 == "4" || $1 == "winmac" || $1 = done if [[ $dename == "gnome" ]]; then echo "Please install KStatusNotifierItem for AppIndicators to show up." + echo "https://extensions.gnome.org/extension/615/appindicator-support/" + echo "Note: This may still fail. If so use the Kinto gui app instead." + read -p "Press enter to continue" fi fi