From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaKaL-0005JJ-Gn for qemu-devel@nongnu.org; Sat, 04 Oct 2014 04:21:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XaKaF-0006bl-EM for qemu-devel@nongnu.org; Sat, 04 Oct 2014 04:21:01 -0400 Received: from mout.gmx.net ([212.227.17.20]:59702) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaKaF-0006bh-4e for qemu-devel@nongnu.org; Sat, 04 Oct 2014 04:20:55 -0400 Date: Sat, 4 Oct 2014 10:18:43 +0200 From: Cedric Sodhi Message-ID: <20141004081842.GC2401@slate> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] Fullscreen Bug with GTK List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kraxel@redhat.com Hello, we're setting up a cluster of Fedora boxes at my company. Qemu is added because some partners may need or expect a fully functional Windows environment. Everyone who expects Windows or might be irritated by seeing anything else should remain oblivious to the fact that it's running a VM. So it's crucial that fullscreen works. Along the same lines, it's important that fullscreen can be activated by commandline (so that Qemu starts in fullscreen and hasn't to be taken there by the user). There is a bug where the GTK (SDL appears to be broken due to some sdl2 incompatibility, as I understood) menu bar won't hide in fullscreen: https://bugs.launchpad.net/qemu/+bug/1294898 A patch was provided by the initial reporter a long time ago. I was hoping that this could receive a bit of attention, since 3.8 can now widely be expected in the GTK3 line. (Aside: I have no chance to try this now but I think the -full-screen switch is also broken for GTK). Thanks! Cedric