diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-12-26 03:27:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-12-26 03:27:32 +0000 |
commit | 84d799325398a5371c6d870bc708338b70b767aa (patch) | |
tree | e564e1d4496eb7b551b7e679b20506c07339b7ff /ui/graphicsui.sh | |
parent | db148404d74f9983d382855ca43c97533142e92d (diff) |
finally : fix main UI freeze when workers are spawned
Diffstat (limited to 'ui/graphicsui.sh')
-rwxr-xr-x | ui/graphicsui.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/graphicsui.sh b/ui/graphicsui.sh index 66a27e1..bc50f80 100755 --- a/ui/graphicsui.sh +++ b/ui/graphicsui.sh @@ -33,11 +33,11 @@ export local graphicsui=' <hbox space-expand="false" space-extend="false"> <button space-expand="true" space-extend="true" label-text="install"> <label>Install package</label> - <action>epkg autoinstall $graphics|$sisyphusprogress</action> + <action>epkg autoinstall $graphics|$sisyphusprogress &</action> </button> <button space-expand="true" space-extend="true" label-text="uninstall"> <label>Uninstall package</label> - <action>epkg autoremove $graphics|$sisyphusprogress</action> + <action>epkg autoremove $graphics|$sisyphusprogress &</action> </button> <button space-expand="true" space-extend="true" label-text="home"> <label>Back home</label> |