Re: [Qemu-devel] [PULL 7/8] gtk: Fix -serial vc

2014-05-06 Thread Jan Kiszka
On 2014-05-05 16:46, Gerd Hoffmann wrote: > On Mo, 2014-05-05 at 13:55 +0200, Gerd Hoffmann wrote: >> Hi, >> >>> Looks better thanks to "gtk: zap scrolled_window" (monitor is properly >>> formatted again). But the whole queue spits this out on the terminal: >>> >>> (:13169): Gtk-CRITICAL **: IA__

Re: [Qemu-devel] [PULL 7/8] gtk: Fix -serial vc

2014-05-05 Thread Gerd Hoffmann
On Mo, 2014-05-05 at 13:55 +0200, Gerd Hoffmann wrote: > Hi, > > > Looks better thanks to "gtk: zap scrolled_window" (monitor is properly > > formatted again). But the whole queue spits this out on the terminal: > > > > (:13169): Gtk-CRITICAL **: IA__gtk_window_resize: assertion `width > > > 0

Re: [Qemu-devel] [PULL 7/8] gtk: Fix -serial vc

2014-05-05 Thread Gerd Hoffmann
Hi, > >> Check out gerd's ui-gtk-next branch, there's a few extra patches related to > >> vte sizing that might fix it. > > > > Looks better thanks to "gtk: zap scrolled_window" (monitor is properly > > formatted again). > > ...err - no. The price of this patch is that the window is no longer

Re: [Qemu-devel] [PULL 7/8] gtk: Fix -serial vc

2014-05-05 Thread Gerd Hoffmann
Hi, > Looks better thanks to "gtk: zap scrolled_window" (monitor is properly > formatted again). But the whole queue spits this out on the terminal: > > (:13169): Gtk-CRITICAL **: IA__gtk_window_resize: assertion `width > > 0' failed > > (:13169): Gdk-CRITICAL **: IA__gdk_window_set_cursor: a

Re: [Qemu-devel] [PULL 7/8] gtk: Fix -serial vc

2014-05-04 Thread Jan Kiszka
On 2014-05-04 20:25, Jan Kiszka wrote: > On 2014-05-04 19:07, Cole Robinson wrote: >> On 05/04/2014 04:35 AM, Jan Kiszka wrote: >>> On 2014-04-29 11:46, Gerd Hoffmann wrote: From: Cole Robinson Try kicking off a rhel5 text install over serial, the text menu navigation is all me

Re: [Qemu-devel] [PULL 7/8] gtk: Fix -serial vc

2014-05-04 Thread Jan Kiszka
On 2014-05-04 19:07, Cole Robinson wrote: > On 05/04/2014 04:35 AM, Jan Kiszka wrote: >> On 2014-04-29 11:46, Gerd Hoffmann wrote: >>> From: Cole Robinson >>> >>> Try kicking off a rhel5 text install over serial, the text menu navigation >>> is all messed up, and some of the kernel boot messages a

Re: [Qemu-devel] [PULL 7/8] gtk: Fix -serial vc

2014-05-04 Thread Cole Robinson
On 05/04/2014 04:35 AM, Jan Kiszka wrote: > On 2014-04-29 11:46, Gerd Hoffmann wrote: >> From: Cole Robinson >> >> Try kicking off a rhel5 text install over serial, the text menu navigation >> is all messed up, and some of the kernel boot messages are randomly >> corrupted. >> >> Drop use of a pty

Re: [Qemu-devel] [PULL 7/8] gtk: Fix -serial vc

2014-05-04 Thread Jan Kiszka
On 2014-04-29 11:46, Gerd Hoffmann wrote: > From: Cole Robinson > > Try kicking off a rhel5 text install over serial, the text menu navigation > is all messed up, and some of the kernel boot messages are randomly > corrupted. > > Drop use of a pty and just use vte infrastructure for reading and