From fa4690fce6a7861ddcbbc9030831ed9be010ee2a Mon Sep 17 00:00:00 2001 From: Botspot <54716352+Botspot@users.noreply.github.com> Date: Tue, 19 Dec 2023 10:16:39 -0600 Subject: [PATCH] Make yad error more informative --- gui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui b/gui index 682717b0d2..ff4b60abdb 100755 --- a/gui +++ b/gui @@ -6,7 +6,7 @@ error() { #red text and exit 1 } if ! command -v yad &>/dev/null; then - error "YAD needs to be installed to run Pi-Apps." + error "YAD needs to be installed to run Pi-Apps. Most likely you did not install Pi-Apps correctly. Please run the install script." fi if [[ $(id -u) == 0 ]]; then