diff --git a/dom0-updates/qubes-dom0-update b/dom0-updates/qubes-dom0-update index cb1028d..8d549b7 100755 --- a/dom0-updates/qubes-dom0-update +++ b/dom0-updates/qubes-dom0-update @@ -86,7 +86,7 @@ if [ "$GUI" == "1" ]; then if type $app &>/dev/null; then guiapp=$app case $guiapp in - apper) guiapp="apper --updates" ;; + apper) guiapp="apper --updates --nofork" ;; *) guiapp=$app ;; esac break;