dzgui-nix/patches/0001-don-t-hardcode-zenity.patch

26 lines
726 B
Diff
Raw Normal View History

2023-08-18 14:17:35 -03:00
From 79100e2057f8bf9806beacb55b7dca0424d1ca0c Mon Sep 17 00:00:00 2001
2023-08-09 23:18:16 -03:00
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(-)
2023-05-17 22:43:20 -03:00
diff --git a/dzgui.sh b/dzgui.sh
2023-08-18 14:17:35 -03:00
index 7c9d023..73c54bb 100755
2023-05-17 22:43:20 -03:00
--- a/dzgui.sh
+++ b/dzgui.sh
2023-08-09 23:18:16 -03:00
@@ -39,7 +39,7 @@ notify_url="$stable_url/helpers/d.html"
2023-05-17 22:43:20 -03:00
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"
2023-08-09 23:18:16 -03:00
2023-05-17 22:43:20 -03:00
#TODO: prevent connecting to offline servers
#TODO: abstract zenity title params and dimensions
2023-08-09 23:18:16 -03:00
--
2.40.1