[virt-tools-list] [PATCH virt-viewer 0/4] Port virt-viewer to GtkApplication APIs
Jonathon Jongsma
jjongsma at redhat.com
Mon Nov 30 19:44:47 UTC 2015
On Fri, 2015-11-27 at 17:23 -0200, Eduardo Lima (Etrunko) wrote:
> The subject says it all, and you will find more details in each commit
> message. Unfortunately I was not able to test some options on
> remote-viewer, especially spice-controller and ovirt. I will be really
> glad if someone can help with those.
>
> Also, the work has been pushed to the gapplication branch in my github
> repository, in case you are interested in trying it easier, without the
> need to apply the patches on your tree.
>
> http://github.com/etrunko/virt-viewer
>
FYI: I built your branch and when I run virt-viewer or remote-viewer, I get an
empty window with the following warnings on the terminal:
(virt-viewer:1605): Gtk-WARNING **: Attempting to add a widget with type GtkVBox
to a container of type GtkApplicationWindow, but the widget is already inside a
container of type GtkWindow, please remove the widget from its existing
container first.
(virt-viewer:1605): Gtk-CRITICAL **: gtk_window_resize: assertion 'width > 0'
failed
> Regards, Eduardo.
>
> Eduardo Lima (Etrunko) (3):
> Move variable declaration to the top of the function
> Port to GtkApplication API's
> Port to GtkApplicationWindow API's
>
> Fabiano Fidêncio (1):
> Drop support to gtk2
>
> configure.ac | 39 +----
> src/remote-viewer-main.c | 122 +-------------
> src/remote-viewer.c | 144 ++++++++++++----
> src/remote-viewer.h | 3 +-
> src/view/autoDrawer.c | 10 --
> src/view/ovBox.c | 45 -----
> src/virt-gtk-compat.h | 12 --
> src/virt-viewer-app.c | 220 +++++++++++++++---------
> src/virt-viewer-app.h | 12 +-
> src/virt-viewer-display.c | 96 -----------
> src/virt-viewer-main.c | 102 +-----------
> src/virt-viewer-window.c | 67 ++++----
> src/virt-viewer.c | 105 +++++++++---
> src/virt-viewer.h | 8 +-
> src/virt-viewer.xml | 416 +++++++++++++++++++++++----------------------
> -
> virt-viewer.spec.in | 23 ---
> 16 files changed, 589 insertions(+), 835 deletions(-)
>
More information about the virt-tools-list
mailing list