From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xb3Jn-0001Y5-S3 for qemu-devel@nongnu.org; Mon, 06 Oct 2014 04:07:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xb3Ji-0007J4-R2 for qemu-devel@nongnu.org; Mon, 06 Oct 2014 04:06:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9094) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xb3Ji-0007Im-Ja for qemu-devel@nongnu.org; Mon, 06 Oct 2014 04:06:50 -0400 Message-ID: <1412582801.5003.14.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 06 Oct 2014 10:06:41 +0200 In-Reply-To: <20141004081842.GC2401@slate> References: <20141004081842.GC2401@slate> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Fullscreen Bug with GTK List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cedric Sodhi Cc: qemu-devel@nongnu.org Hi, > 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: SDL-1 support is still there. > https://bugs.launchpad.net/qemu/+bug/1294898 > > A patch was provided by the initial reporter a long time ago. Patch trades one bug for another. Hiding the menu bar also kills the accelerator keys, which is especially problematic for the fullscreen hotkey as there is no way out of fullscreen mode then. cheers, Gerd