On Thu, Dec 15, 2016 at 10:17:59AM +0100, Gerd Hoffmann wrote: > On Do, 2016-12-15 at 07:50 +0000, Stefan Hajnoczi wrote: > > On Thu, Dec 15, 2016 at 06:35:39AM +0200, Michael S. Tsirkin wrote: > > > The problem always reproduces for me: > > > - start qemu with -sdl > > > - wait for guest to boot > > > - click anywhere within guest screen > > > - message "press ctrl+alt to exit capture" appears on screen, > > > but pressing that immediately restarts capture again > > > > > > Note: > > > - had to exit to another VT and kill qemu > > > - why was I able to do that? > > > should not ctrl-alt-Fn be captured too? > > > > Sounds related to: > > > > commit 56f289f383a871e871f944c7226920b35794efe6 > > Author: Cole Robinson <crobi...@redhat.com> > > Date: Fri May 6 14:03:06 2016 -0400 > > > > ui: sdl2: Release grab before opening console window > > > > Stefan > > Doesn't look related to me, also this is in the v2.7 release already. > There are no SDL updates in 2.8. Hmm. /me looks a bit puzzled. > > What is the known-good setup? > > cheers, > Gerd
Testing it now. BTW I note that on f23, build of 2.7 fails since it uses deprecated APIs from gtk. Easy to work around with --disable-werror, but I wonder whether we should add --disable-werror in release tarballs generally. -- MST