diff options
Diffstat (limited to 'ui')
-rwxr-xr-x | ui/accesoriesui.sh | 4 | ||||
-rwxr-xr-x | ui/gamesui.sh | 4 | ||||
-rwxr-xr-x | ui/graphicsui.sh | 4 | ||||
-rwxr-xr-x | ui/internetui.sh | 4 | ||||
-rwxr-xr-x | ui/multimediaui.sh | 4 | ||||
-rwxr-xr-x | ui/officeui.sh | 4 | ||||
-rwxr-xr-x | ui/systemui.sh | 4 |
7 files changed, 14 insertions, 14 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> diff --git a/ui/gamesui.sh b/ui/gamesui.sh index da5b01a..bf6aa7b 100755 --- a/ui/gamesui.sh +++ b/ui/gamesui.sh @@ -27,11 +27,11 @@ export local gamesui=' <hbox space-expand="false" space-extend="false"> <button space-expand="true" space-extend="true" label-text="install"> <label>Install package</label> - <action>epkg autoinstall $game|$sisyphusprogress</action> + <action>epkg autoinstall $game|$sisyphusprogress &</action> </button> <button space-expand="true" space-extend="true" label-text="uninstall"> <label>Uninstall package</label> - <action>epkg autoremove $game|$sisyphusprogress</action> + <action>epkg autoremove $game|$sisyphusprogress &</action> </button> <button space-expand="true" space-extend="true" label-text="home"> <label>Back home</label> 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> diff --git a/ui/internetui.sh b/ui/internetui.sh index 950f5be..8fdaea4 100755 --- a/ui/internetui.sh +++ b/ui/internetui.sh @@ -61,11 +61,11 @@ export local internetui=' <hbox space-expand="false" space-extend="false"> <button space-expand="true" space-extend="true" label-text="install"> <label>Install package</label> - <action>epkg autoinstall $internet|$sisyphusprogress</action> + <action>epkg autoinstall $internet|$sisyphusprogress &</action> </button> <button space-expand="true" space-extend="true" label-text="uninstall"> <label>Uninstall package</label> - <action>epkg autoremove $internet|$sisyphusprogress</action> + <action>epkg autoremove $internet|$sisyphusprogress &</action> </button> <button space-expand="true" space-extend="true" label-text="home"> <label>Back home</label> diff --git a/ui/multimediaui.sh b/ui/multimediaui.sh index c9d9eea..a577fbf 100755 --- a/ui/multimediaui.sh +++ b/ui/multimediaui.sh @@ -44,11 +44,11 @@ export local multimediaui=' <hbox space-expand="false" space-extend="false"> <button space-expand="true" space-extend="true" label-text="install"> <label>Install package</label> - <action>epkg autoinstall $multimedia|$sisyphusprogress</action> + <action>epkg autoinstall $multimedia|$sisyphusprogress &</action> </button> <button space-expand="true" space-extend="true" label-text="uninstall"> <label>Uninstall package</label> - <action>epkg autoremove $multimedia|$sisyphusprogress</action> + <action>epkg autoremove $multimedia|$sisyphusprogress &</action> </button> <button space-expand="true" space-extend="true" label-text="home"> <label>Back home</label> diff --git a/ui/officeui.sh b/ui/officeui.sh index 9f3410e..10701f4 100755 --- a/ui/officeui.sh +++ b/ui/officeui.sh @@ -20,11 +20,11 @@ export local officeui=' <hbox space-expand="false" space-extend="false"> <button space-expand="true" space-extend="true" label-text="install"> <label>Install package</label> - <action>epkg autoinstall $office|$sisyphusprogress</action> + <action>epkg autoinstall $office|$sisyphusprogress &</action> </button> <button space-expand="true" space-extend="true" label-text="uninstall"> <label>Uninstall package</label> - <action>epkg autoremove $office|$sisyphusprogress</action> + <action>epkg autoremove $office|$sisyphusprogress &</action> </button> <button space-expand="true" space-extend="true" label-text="home"> <label>Back home</label> diff --git a/ui/systemui.sh b/ui/systemui.sh index 0b64eab..0d7ae6d 100755 --- a/ui/systemui.sh +++ b/ui/systemui.sh @@ -15,11 +15,11 @@ export local systemui=' <hbox space-expand="false" space-extend="false"> <button space-expand="true" space-extend="true" label-text="install"> <label>Install package</label> - <action>epkg autoinstall $system|$sisyphusprogress</action> + <action>epkg autoinstall $system|$sisyphusprogress &</action> </button> <button space-expand="true" space-extend="true" label-text="uninstall"> <label>Uninstall package</label> - <action>epkg autoremove $system|$sisyphusprogress</action> + <action>epkg autoremove $system|$sisyphusprogress &</action> </button> <button space-expand="true" space-extend="true" label-text="home"> <label>Back home</label> |