[Pkg-libvirt-commits] [libguestfs] 07/10: p2v: Switch from matchbox-window-manager to metacity.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Nov 1 17:11:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag upstream/1.29.40
in repository libguestfs.
commit 9b2ca08ab543e2779a3a0da5f05b7ba4a5bc7b7d
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Wed May 6 15:11:34 2015 +0100
p2v: Switch from matchbox-window-manager to metacity.
Matchbox only supports a single window on screen. This worked fine
until we added the NetworkManager connection dialog -- which tries to
open in a new top level window, and of course fails.
Metacity supports multiple top-level windows so doesn't suffer this
problem.
Apart from that it's hard to tell the difference between the two.
---
p2v/launch-virt-p2v.in | 2 +-
p2v/p2v.ks.in | 2 +-
p2v/virt-p2v-make-disk.in | 10 +++++-----
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/p2v/launch-virt-p2v.in b/p2v/launch-virt-p2v.in
index a70e5c2..d2bafe3 100755
--- a/p2v/launch-virt-p2v.in
+++ b/p2v/launch-virt-p2v.in
@@ -22,7 +22,7 @@
# and virt-p2v.
if [ "$1" = "run" ]; then
cd /
- matchbox-window-manager &
+ metacity &
exec @libexecdir@/virt-p2v
else
xinit "$0" run
diff --git a/p2v/p2v.ks.in b/p2v/p2v.ks.in
index 9649a5b..0053293 100644
--- a/p2v/p2v.ks.in
+++ b/p2v/p2v.ks.in
@@ -73,7 +73,7 @@ firewalld
/usr/bin/Xorg
xorg-x11-drivers
xorg-x11-fonts-Type1
-matchbox-window-manager
+metacity
pcre
libxml2
gtk2
diff --git a/p2v/virt-p2v-make-disk.in b/p2v/virt-p2v-make-disk.in
index fb02856..2bb364b 100644
--- a/p2v/virt-p2v-make-disk.in
+++ b/p2v/virt-p2v-make-disk.in
@@ -94,12 +94,12 @@ trap cleanup INT QUIT TERM EXIT ERR
# - Xorg drivers
# - some fonts
# - hardware support (firmware etc, RHBZ#1157679)
-# - matchbox (window manager, another could be used)
+# - metacity (window manager, another could be used)
#
# Note that libguestfs is NOT a dependency.
case "$osversion" in
centos-*|fedora-*|rhel-*|scientificlinux-*)
- deps=pcre,libxml2,gtk2,/usr/bin/xinit,/usr/bin/ssh,/usr/bin/qemu-nbd,/usr/bin/Xorg,xorg-x11-drivers,xorg-x11-fonts-Type1,matchbox-window-manager, at hardware-support
+ deps=pcre,libxml2,gtk2,/usr/bin/xinit,/usr/bin/ssh,/usr/bin/qemu-nbd,/usr/bin/Xorg,xorg-x11-drivers,xorg-x11-fonts-Type1,metacity, at hardware-support
cat > $tmpdir/p2v.conf <<'EOF'
add_drivers+=" usb-storage "
EOF
@@ -117,13 +117,13 @@ EOF
"
;;
debian-*|ubuntu-*)
- deps=libpcre3,libxml2,libgtk2.0-0,openssh-client,qemu-utils,xorg,xserver-xorg-video-all,matchbox-window-manager
+ deps=libpcre3,libxml2,libgtk2.0-0,openssh-client,qemu-utils,xorg,xserver-xorg-video-all,metacity
;;
archlinux-*)
- deps=pcre,libxml2,gtk2,openssh,qemu,xorg-xinit,xorg-server,xf86-video-*,matchbox-window-manager
+ deps=pcre,libxml2,gtk2,openssh,qemu,xorg-xinit,xorg-server,xf86-video-*,metacity
;;
opensuse-*|suse-*)
- deps=pcre,libxml2,gtk2,/usr/bin/ssh,/usr/bin/qemu-nbd,/usr/bin/xinit,/usr/bin/Xorg,xf86-video-*,matchbox-window-manager
+ deps=pcre,libxml2,gtk2,/usr/bin/ssh,/usr/bin/qemu-nbd,/usr/bin/xinit,/usr/bin/Xorg,xf86-video-*,metacity
;;
*)
echo "$program: internal error: could not work out the Linux distro from '$osversion'"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list