summaryrefslogtreecommitdiff
path: root/ui/accesoriesui.sh
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2016-12-26 03:27:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2016-12-26 03:27:32 +0000
commit84d799325398a5371c6d870bc708338b70b767aa (patch)
treee564e1d4496eb7b551b7e679b20506c07339b7ff /ui/accesoriesui.sh
parentdb148404d74f9983d382855ca43c97533142e92d (diff)
finally : fix main UI freeze when workers are spawned
Diffstat (limited to 'ui/accesoriesui.sh')
-rwxr-xr-xui/accesoriesui.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/accesoriesui.sh b/ui/accesoriesui.sh
index 502e548..d3576f3 100755
--- a/ui/accesoriesui.sh
+++ b/ui/accesoriesui.sh
@@ -15,11 +15,11 @@ export local accesoriesui='
<hbox space-expand="false" space-extend="false">
<button space-expand="true" space-extend="true" label-text="install">
<label>Install package</label>
- <action>epkg autoinstall $accesories|$sisyphusprogress</action>
+ <action>epkg autoinstall $accesories|$sisyphusprogress &</action>
</button>
<button space-expand="true" space-extend="true" label-text="uninstall">
<label>Uninstall package</label>
- <action>epkg autoremove $accesories|$sisyphusprogress</action>
+ <action>epkg autoremove $accesories|$sisyphusprogress &</action>
</button>
<button space-expand="true" space-extend="true" label-text="home">
<label>Back home</label>