Mailinglist Archive: opensuse-commit (1093 mails)

< Previous Next >
commit virt-viewer for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 01 Mar 2010 01:50:17 +0100
  • Message-id: <20100301005017.B38DF20232@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package virt-viewer for openSUSE:Factory
checked in at Mon Mar 1 01:50:17 CET 2010.



--------
--- virt-viewer/virt-viewer.changes 2009-08-04 16:37:19.000000000 +0200
+++ /mounts/work_src_done/STABLE/virt-viewer/virt-viewer.changes
2010-02-27 00:42:57.000000000 +0100
@@ -1,0 +2,21 @@
+Thu Feb 11 11:55:51 MST 2010 - carnold@xxxxxxxxxx
+
+- bnc#574591 - There is no prompt if I view a inexist guest OS
+ using virt-viewer
+ report-error.patch
+
+-------------------------------------------------------------------
+Fri Dec 4 06:53:43 MST 2009 - carnold@xxxxxxxxxx
+
+- Fixed the 'Send Key' menu with all the missing keys for netware and
+ windows.
+ glade-keycombo.patch
+
+-------------------------------------------------------------------
+Mon Nov 9 15:24:20 MST 2009 - carnold@xxxxxxxxxx
+
+- bnc#553633 - Update breaks menu access keys in virt-viewer and
+ still misses some key sequences.
+ This is a SLE10 bug fixed for SLE11.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
glade-keycombo.patch
keymap.diff
report-error.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ virt-viewer.spec ++++++
--- /var/tmp/diff_new_pack.vX2XKm/_old 2010-03-01 01:50:11.000000000 +0100
+++ /var/tmp/diff_new_pack.vX2XKm/_new 2010-03-01 01:50:11.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package virt-viewer (Version 0.2.0)
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,10 +19,10 @@

Name: virt-viewer
Version: 0.2.0
-Release: 1
+Release: 2
Summary: Virtual Machine Viewer
Group: System/Monitoring
-License: GPL v2 or later
+License: GPLv2+
Url: http://www.virt-manager.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: virt-viewer-0.2.0.tar.gz
@@ -30,11 +30,15 @@
Patch1: vnc-listen.patch
Patch2: windows-keycombo.patch
Patch3: netware-keycombo.patch
+Patch4: glade-keycombo.patch
+Patch5: keymap.diff
+Patch6: report-error.patch
BuildRequires: gtk2-devel
BuildRequires: libvirt-devel
BuildRequires: libxml2-devel
BuildRequires: gtk-vnc-devel >= 0.1.0
BuildRequires: libglade2-devel
+BuildRequires: libpixman
#our build requirements
BuildRequires: xen-devel
Requires: netcat
@@ -57,6 +61,9 @@
%patch1 -p1
%patch2 -p1
%patch3 -p1
+%patch4 -p1
+#%patch5 -p1
+%patch6 -p1

%build
# Note: remote GTKVNC_CFLAGS and GTKVNC_LIBS when gtk-vnc.pc is fixed in STABLE

++++++ glade-keycombo.patch ++++++
Index: virt-viewer-0.2.0/src/viewer.glade
===================================================================
--- virt-viewer-0.2.0.orig/src/viewer.glade
+++ virt-viewer-0.2.0/src/viewer.glade
@@ -98,11 +98,88 @@
</widget>
</child>
<child>
+ <widget class="GtkMenuItem" id="menu-send-css">
+ <property name="visible">True</property>
+ <property name="label"
translatable="yes">Ctrl+Scroll+Scr_oll</property>
+ <property name="use_underline">True</property>
+ <signal name="activate" handler="viewer_menu_send"
object="css"/>
+ </widget>
+ </child>
+ <child>
<widget class="GtkSeparatorMenuItem"
id="separatormenuitem2">
<property name="visible">True</property>
</widget>
</child>
<child>
+ <widget class="GtkMenuItem" id="menu-send-f8">
+ <property name="visible">True</property>
+ <property name="label"
translatable="yes">_F8</property>
+ <property name="use_underline">True</property>
+ <signal name="activate" handler="viewer_menu_send"
object="f8"/>
+ </widget>
+ </child>
+ <child>
+ <widget class="GtkMenuItem" id="menu-send-f10">
+ <property name="visible">True</property>
+ <property name="label"
translatable="yes">F1_0</property>
+ <property name="use_underline">True</property>
+ <signal name="activate" handler="viewer_menu_send"
object="f10"/>
+ </widget>
+ </child>
+ <child>
+ <widget class="GtkMenuItem" id="menu-send-af10">
+ <property name="visible">True</property>
+ <property name="label"
translatable="yes">A_lt+F10</property>
+ <property name="use_underline">True</property>
+ <signal name="activate" handler="viewer_menu_send"
object="af10"/>
+ </widget>
+ </child>
+ <child>
+ <widget class="GtkMenuItem" id="menu-send-atab">
+ <property name="visible">True</property>
+ <property name="label"
translatable="yes">Alt+_Tab</property>
+ <property name="use_underline">True</property>
+ <signal name="activate" handler="viewer_menu_send"
object="atab"/>
+ </widget>
+ </child>
+ <child>
+ <widget class="GtkMenuItem" id="menu-send-aesc">
+ <property name="visible">True</property>
+ <property name="label"
translatable="yes">_Alt+Esc</property>
+ <property name="use_underline">True</property>
+ <signal name="activate" handler="viewer_menu_send"
object="aesc"/>
+ </widget>
+ </child>
+ <child>
+ <widget class="GtkMenuItem" id="menu-send-cesc">
+ <property name="visible">True</property>
+ <property name="label"
translatable="yes">_Ctrl+Esc</property>
+ <property name="use_underline">True</property>
+ <signal name="activate" handler="viewer_menu_send"
object="cesc"/>
+ </widget>
+ </child>
+ <child>
+ <widget class="GtkMenuItem" id="menu-send-caesc">
+ <property name="visible">True</property>
+ <property name="label"
translatable="yes">Ctrl+Alt+_Esc</property>
+ <property name="use_underline">True</property>
+ <signal name="activate" handler="viewer_menu_send"
object="caesc"/>
+ </widget>
+ </child>
+ <child>
+ <widget class="GtkMenuItem" id="menu-send-assesc">
+ <property name="visible">True</property>
+ <property name="label"
translatable="yes">Alt+Shift+Sh_ift+Esc</property>
+ <property name="use_underline">True</property>
+ <signal name="activate" handler="viewer_menu_send"
object="assesc"/>
+ </widget>
+ </child>
+ <child>
+ <widget class="GtkSeparatorMenuItem"
id="separatormenuitem3">
+ <property name="visible">True</property>
+ </widget>
+ </child>
+ <child>
<widget class="GtkMenuItem" id="menu-send-caf1">
<property name="visible">True</property>
<property name="label"
translatable="yes">Ctrl+Alt+F_1</property>
@@ -199,7 +276,7 @@
</widget>
</child>
<child>
- <widget class="GtkSeparatorMenuItem"
id="separatormenuitem3">
+ <widget class="GtkSeparatorMenuItem"
id="separatormenuitem4">
<property name="visible">True</property>
</widget>
</child>
++++++ keymap.diff ++++++
++++ 868 lines (skipped)

++++++ netware-keycombo.patch ++++++
--- /var/tmp/diff_new_pack.vX2XKm/_old 2010-03-01 01:50:11.000000000 +0100
+++ /var/tmp/diff_new_pack.vX2XKm/_new 2010-03-01 01:50:11.000000000 +0100
@@ -11,15 +11,36 @@
struct keyComboDef {
guint keys[MAX_KEY_COMBO];
guint nkeys;
-@@ -80,6 +80,11 @@ static const struct keyComboDef keyCombo
+@@ -78,7 +78,16 @@ struct keyComboDef {
+ static const struct keyComboDef keyCombos[] = {
+ { { GDK_Control_L, GDK_Alt_L, GDK_Delete }, 3, "Ctrl+Alt+_Del"},
{ { GDK_Control_L, GDK_Alt_L, GDK_BackSpace }, 3,
"Ctrl+Alt+_Backspace"},
- { { GDK_Control_R, GDK_Scroll_Lock, GDK_Scroll_Lock }, 3,
"Ctrl+Scroll+Scroll"},
- { {}, 0, "" },
-+ { { GDK_F8 }, 1, "F_8"},
-+ { { GDK_F10 }, 1, "F_10"},
-+ { { GDK_Alt_L, GDK_F10 }, 2, "Alt+F_10"},
-+ { { GDK_Alt_R, GDK_Shift_R, GDK_Shift_L, GDK_Escape }, 4,
"Alt+Shift+Shift+Esc"},
+- { { GDK_Control_R, GDK_Scroll_Lock, GDK_Scroll_Lock }, 3,
"Ctrl+Scroll+Scroll"},
++ { { GDK_Control_R, GDK_Scroll_Lock, GDK_Scroll_Lock }, 3,
"Ctrl+Scroll+Scr_oll"},
+ { {}, 0, "" },
++ { { GDK_F8 }, 1, "_F8"},
++ { { GDK_F10 }, 1, "F1_0"},
++ { { GDK_Alt_L, GDK_F10 }, 2, "A_lt+F10"},
++ { { GDK_Alt_L, GDK_Tab }, 2, "Alt+_Tab"},
++ { { GDK_Alt_L, GDK_Escape }, 2, "_Alt+Esc"},
++ { { GDK_Control_L, GDK_Escape }, 2, "_Ctrl+Esc"},
++ { { GDK_Control_L, GDK_Alt_L, GDK_Escape }, 3, "Ctrl+Alt+_Esc"},
++ { { GDK_Alt_R, GDK_Shift_R, GDK_Shift_L, GDK_Escape }, 4,
"Alt+Shift+Sh_ift+Esc"},
+ { {}, 0, "" },
{ { GDK_Control_L, GDK_Alt_L, GDK_F1 }, 3, "Ctrl+Alt+F_1"},
{ { GDK_Control_L, GDK_Alt_L, GDK_F2 }, 3, "Ctrl+Alt+F_2"},
- { { GDK_Control_L, GDK_Alt_L, GDK_F3 }, 3, "Ctrl+Alt+F_3"},
+@@ -88,10 +97,10 @@ static const struct keyComboDef keyCombo
+ { { GDK_Control_L, GDK_Alt_L, GDK_F6 }, 3, "Ctrl+Alt+F_6"},
+ { { GDK_Control_L, GDK_Alt_L, GDK_F7 }, 3, "Ctrl+Alt+F_7"},
+ { { GDK_Control_L, GDK_Alt_L, GDK_F8 }, 3, "Ctrl+Alt+F_8"},
+- { { GDK_Control_L, GDK_Alt_L, GDK_F5 }, 3, "Ctrl+Alt+F_9"},
+- { { GDK_Control_L, GDK_Alt_L, GDK_F6 }, 3, "Ctrl+Alt+F1_0"},
+- { { GDK_Control_L, GDK_Alt_L, GDK_F7 }, 3, "Ctrl+Alt+F11"},
+- { { GDK_Control_L, GDK_Alt_L, GDK_F8 }, 3, "Ctrl+Alt+F12"},
++ { { GDK_Control_L, GDK_Alt_L, GDK_F9 }, 3, "Ctrl+Alt+F_9"},
++ { { GDK_Control_L, GDK_Alt_L, GDK_F10 }, 3, "Ct_rl+Alt+F10"},
++ { { GDK_Control_L, GDK_Alt_L, GDK_F11 }, 3, "Ctrl+Alt+F11"},
++ { { GDK_Control_L, GDK_Alt_L, GDK_F12 }, 3, "Ctrl+Alt+F12"},
+ { {}, 0, "" },
+ { { GDK_Print }, 1, "_PrintScreen"},
+ };

++++++ report-error.patch ++++++
Index: virt-viewer-0.2.0/src/viewer.c
===================================================================
--- virt-viewer-0.2.0.orig/src/viewer.c
+++ virt-viewer-0.2.0/src/viewer.c
@@ -992,6 +992,7 @@ static int viewer_initial_connect(VirtVi
viewer_set_status(viewer, "Waiting for guest domain to
be created");
goto done;
} else {
+ fprintf(stderr, "Cannot find guest %s\n",
viewer->domkey);
DEBUG_LOG("Cannot find guest");
goto cleanup;
}

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages