From a013cb3eca475ec70aa491e8c6a947dc268fa1d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 30 Jun 2014 16:16:08 +0200 Subject: [PATCH] dom0-updates: call "apper --updates" to go directly to updates tab --- dom0-updates/qubes-dom0-update | 4 ++++ 1 file changed, 4 insertions(+) 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