From 84d799325398a5371c6d870bc708338b70b767aa Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 26 Dec 2016 03:27:32 +0000 Subject: finally : fix main UI freeze when workers are spawned --- libsisyphus.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libsisyphus.sh') diff --git a/libsisyphus.sh b/libsisyphus.sh index 7bf2907..899eca9 100755 --- a/libsisyphus.sh +++ b/libsisyphus.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # export dialog && abort flags -export local sisyphusprogress="yad --title "sisyphus" --progress --pulsate --width 400 --center --no-buttons --on-top --no-escape --sticky --fixed --undecorated --skip-taskbar --auto-close &" -export local sisyphustextinfo="yad --title "sisyphus" --text-info --width 800 --height 600 --center --no-buttons --on-top --sticky --fixed --skip-taskbar --listen --tail &" +export local sisyphusprogress="yad --title "sisyphus" --progress --pulsate --width 400 --center --no-buttons --on-top --no-escape --sticky --fixed --undecorated --skip-taskbar --auto-close" +export local sisyphustextinfo="yad --title "sisyphus" --text-info --width 800 --height 600 --center --no-buttons --skip-taskbar --listen --tail" # import user interfaces source /usr/lib64/sisyphus/accesoriesui.sh @@ -32,23 +32,23 @@ export local mainui=' -- cgit v1.2.3