From 58f00d3c4523136f9aa458de9e4096cc0793d921 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:31:30 +0900 Subject: [PATCH] chore: update warning message --- dzgui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dzgui.sh b/dzgui.sh index 550d4f9..6892934 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -130,7 +130,7 @@ test_gobject(){ python3 -c "import gi" if [[ ! $? -eq 0 ]]; then logger CRITICAL "Missing PyGObject" - fdialog "Requires PyGObject" + fdialog "Requires PyGObject (python3-gobject)" exit 1 fi logger INFO "Found PyGObject in Python env"