From 73a990cafc34e09bad5d21e2d6ac87fea4dcee8b Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:31:48 +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 0437df4..efbb673 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"