diff --git a/dom0-updates/qubes-dom0-update b/dom0-updates/qubes-dom0-update index 27b9dfe..5910d52 100755 --- a/dom0-updates/qubes-dom0-update +++ b/dom0-updates/qubes-dom0-update @@ -75,6 +75,10 @@ if [ "$GUI" == "1" ]; then for app in $apps; do if type $app &>/dev/null; then guiapp=$app + case $guiapp in + apper) guiapp="apper --updates" ;; + *) guiapp=$app ;; + esac break; fi done