diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-12-25 23:20:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-12-25 23:20:03 +0000 |
commit | a11db1a67423810f3c88db9b6ce2703e8cb47792 (patch) | |
tree | 8343be25c05096530e52e4e93668cf0d5dc26ce7 /libsisyphus.sh | |
parent | 9d97315be4ae5a8d0c62e63725f0bb0d9e15601a (diff) |
lock the main interface as long as worker dialog is shown
Diffstat (limited to 'libsisyphus.sh')
-rwxr-xr-x | libsisyphus.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsisyphus.sh b/libsisyphus.sh index a2b9e21..689d12f 100755 --- a/libsisyphus.sh +++ b/libsisyphus.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # export dialog flags -export local showdialog="yad --title "sisyphus" --text-info --width 800 --height 600 --center --no-buttons --on-top --sticky --fixed --skip-taskbar --listen --tail &" +export local showdialog="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 |