From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S78Hg-0006CA-Bb for qemu-devel@nongnu.org; Mon, 12 Mar 2012 12:39:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S78He-0003Xi-I4 for qemu-devel@nongnu.org; Mon, 12 Mar 2012 12:39:43 -0400 Received: from smtp6-g21.free.fr ([212.27.42.6]:59054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S78Hd-0003XL-Uz for qemu-devel@nongnu.org; Mon, 12 Mar 2012 12:39:42 -0400 Message-ID: <4F5E26C0.4050002@free.fr> Date: Mon, 12 Mar 2012 17:39:28 +0100 From: =?ISO-8859-1?Q?Fran=E7ois_Revol?= MIME-Version: 1.0 References: <1330299995-8688-1-git-send-email-aliguori@us.ibm.com> <4F5CE0E4.2090902@weilnetz.de> <4F5CEDE0.50302@free.fr> <4F5D600B.6040709@us.ibm.com> In-Reply-To: <4F5D600B.6040709@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/8] Add GTK UI to enable basic accessibility (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Kevin Wolf , Stefan Weil , Alex Graf , qemu-devel@nongnu.org, Paolo Bonzini On 12/03/2012 03:31, Anthony Liguori wrote: > On 03/11/2012 01:24 PM, Fran=E7ois Revol wrote: >> GTK itself causes problems, because, it's not ported, thus not >> available, to all platforms QEMU can run on. >> >> It's certainly not available on Haiku at least. >=20 > There is no perfect solution here. I think GTK is the best that's out > there. Well as long as it's not mandatory... >>>> By using GTK, we can leverage VteTerminal for screen reader >>>> integration and font >>>> configuration. We can also use GTK's accelerator support to make >>>> accelerators >>>> configurable (Gnome provides a global accelerator configuration >>>> interface). >> >> Hmm the thing using libvte that uses /tmp to insecurely store terminal >> backlogs ? ;-) >=20 > Yeah, I saw it on a blog, it must be true! Well it is true, just fill up your /tmp and see the backlog stop working in gnome-terminal. I did it unintentionally the other day... :P Fran=E7ois.