mirror of
https://github.com/lelgenio/dzgui-nix.git
synced 2024-11-09 17:31:40 -03:00
26 lines
726 B
Diff
26 lines
726 B
Diff
From 79100e2057f8bf9806beacb55b7dca0424d1ca0c Mon Sep 17 00:00:00 2001
|
|
From: lelgenio <lelgenio@disroot.org>
|
|
Date: Wed, 17 May 2023 22:47:53 -0300
|
|
Subject: [PATCH 1/3] don't hardcode zenity
|
|
|
|
---
|
|
dzgui.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/dzgui.sh b/dzgui.sh
|
|
index 7c9d023..73c54bb 100755
|
|
--- a/dzgui.sh
|
|
+++ b/dzgui.sh
|
|
@@ -39,7 +39,7 @@ notify_url="$stable_url/helpers/d.html"
|
|
notify_img_url="$stable_url/helpers/d.webp"
|
|
forum_url="https://github.com/aclist/dztui/discussions"
|
|
version_file="$config_path/versions"
|
|
-steamsafe_zenity="/usr/bin/zenity"
|
|
+steamsafe_zenity="zenity"
|
|
|
|
#TODO: prevent connecting to offline servers
|
|
#TODO: abstract zenity title params and dimensions
|
|
--
|
|
2.40.1
|
|
|