From ab728fad1ecbb54a58f219ec3ae54bd7e8161388 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 26 Dec 2016 00:43:04 +0000 Subject: remove locking mechanism...found a better fix for it --- libsisyphus.sh | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'libsisyphus.sh') diff --git a/libsisyphus.sh b/libsisyphus.sh index a3801fd..002cb7d 100755 --- a/libsisyphus.sh +++ b/libsisyphus.sh @@ -1,9 +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 --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 abortnow="killall -9 emerge" +export local sisyphusprogress="yad --title "sisyphus" --progress --pulsate --width 400 --center --no-buttons --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 &" # import user interfaces source /usr/lib64/sisyphus/accesoriesui.sh @@ -33,28 +32,23 @@ export local mainui=' -- cgit v1.2.3