From 708263bec4882ea5a4d6f1f56cfa9d6f00e0806e Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Tue, 2 Aug 2011 13:01:42 +0200 Subject: [PATCH] Revert "Dom0: use kpackagekit for updates GUI" This reverts commit 94c0f6c9d3d49556bd482980ea8046b389476fc4. Kpackagekit is not so nice-behaving as gpk-update-viewer is, e.g. it complains there are is no network connectivity, and, perhaps as a result, doesn't display the list of avilable updates. --- dom0/aux-tools/qubes-watch-updates.sh | 2 +- dom0/qvm-tools/qvm-dom0-upgrade | 2 +- rpm_spec/core-dom0.spec | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dom0/aux-tools/qubes-watch-updates.sh b/dom0/aux-tools/qubes-watch-updates.sh index 378f4c34..f1532bc6 100755 --- a/dom0/aux-tools/qubes-watch-updates.sh +++ b/dom0/aux-tools/qubes-watch-updates.sh @@ -52,7 +52,7 @@ while true; do # Yes, I know that it will block future checking for updates, # but it is intentional (to not flood user with updates # notification) - kpackagekit --updates + gpk-update-viewer fi fi done diff --git a/dom0/qvm-tools/qvm-dom0-upgrade b/dom0/qvm-tools/qvm-dom0-upgrade index 27fb18b4..1f496f6a 100755 --- a/dom0/qvm-tools/qvm-dom0-upgrade +++ b/dom0/qvm-tools/qvm-dom0-upgrade @@ -19,7 +19,7 @@ if [ $# -gt 0 ]; then elif [ -f /var/lib/qubes/updates/repodata/repomd.xml ]; then yum check-update if [ $? -eq 100 ]; then - kpackagekit --updates + gpk-update-viewer fi else echo "No updates avaliable" diff --git a/rpm_spec/core-dom0.spec b/rpm_spec/core-dom0.spec index bf6a1f0a..0921262d 100644 --- a/rpm_spec/core-dom0.spec +++ b/rpm_spec/core-dom0.spec @@ -42,7 +42,6 @@ Conflicts: qubes-gui-dom0 < 1.1.13 Requires: yum-plugin-post-transaction-actions Requires: xen >= 4.1.0-2 Requires: createrepo -Requires: kpackagekit %define _builddir %(pwd)/dom0 %description