[Pkg-libvirt-commits] [SCM] VirtManager Debian packaging branch, experimental, updated. debian/0.8.6-1-1-ge30d190
Laurent Léonard
laurent at open-minds.org
Wed Feb 2 17:26:41 UTC 2011
The following commit has been merged in the experimental branch:
commit e30d190fdc0747605587dcde991caf808772cb7e
Author: Laurent Léonard <laurent at open-minds.org>
Date: Wed Feb 2 18:25:30 2011 +0100
New patch 0003-manager-Don-t-always-launch-consoles-for-running-dom.patch
diff --git a/debian/patches/0003-manager-Don-t-always-launch-consoles-for-running-dom.patch b/debian/patches/0003-manager-Don-t-always-launch-consoles-for-running-dom.patch
new file mode 100644
index 0000000..a871d54
--- /dev/null
+++ b/debian/patches/0003-manager-Don-t-always-launch-consoles-for-running-dom.patch
@@ -0,0 +1,22 @@
+From: Cole Robinson <crobinso at redhat.com>
+Date: Fri, 21 Jan 2011 14:43:19 -0500
+Subject: [PATCH] manager: Don't always launch consoles for running domains, dumb regression
+
+Origin: upstream, http://hg.fedorahosted.org/hg/virt-manager/rev/f2b2601affd1
+---
+ src/virtManager/manager.py | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/src/virtManager/manager.py b/src/virtManager/manager.py
+index b5325a9..e38f93e 100644
+--- a/src/virtManager/manager.py
++++ b/src/virtManager/manager.py
+@@ -721,6 +721,7 @@ class vmmManager(vmmGObjectUI):
+ if (self.config.get_console_popup() != 2 or
+ vm.is_management_domain()):
+ self.emit("action-refresh-console", uri, vmuuid)
++ return
+
+ # user has requested consoles on all vms
+ gtype = vm.get_graphics_console()[0]
+--
diff --git a/debian/patches/series b/debian/patches/series
index 16e90ac..100976e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
0001-use-usr-share-gconf-for-schema-data.patch
0002-Use-IPy-from-python-ipy.patch
+0003-manager-Don-t-always-launch-consoles-for-running-dom.patch
--
VirtManager Debian packaging
More information about the Pkg-libvirt-commits
mailing list