From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add gtk-vnc. Date: Thu, 28 Jan 2016 16:32:56 -0500 Message-ID: <20160128213256.GA16795@jasmine> References: <64d3ed9d01c7f06ba5402d65b44a2706@openmailbox.org> <87fuxiv0l5.fsf@member.fsf.org> <20160128201503.GA11649@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOuBb-0000OX-Hi for guix-devel@gnu.org; Thu, 28 Jan 2016 16:33:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOuBW-0007ir-JF for guix-devel@gnu.org; Thu, 28 Jan 2016 16:33:03 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:46435) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOuBW-0007ij-Br for guix-devel@gnu.org; Thu, 28 Jan 2016 16:32:58 -0500 Content-Disposition: inline In-Reply-To: <20160128201503.GA11649@debian> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org, rennes@openmailbox.org On Thu, Jan 28, 2016 at 09:15:03PM +0100, Andreas Enge wrote: > Hello, > > the patch looks good for me except for a few details in the description: Is this a GNOME project? In that case, I think it would be best applied in gnome.scm. > > On Thu, Jan 28, 2016 at 11:34:30AM +0800, 宋文武 wrote: > > + "GTK-VNC is an API used by Vinagre client application, > > +Boxes and virt-viewer. GTK-VNC supports authentication extensions > > +as SASL, TLS, VeNCrypt. Additionally supports encoding extensions.") > > + (license license:lgpl2.1+))) > > "GTK-VNC is an API used by the Vinagre client application, > Boxes and virt-viewer. GTK-VNC supports authentication extensions > such as SASL, TLS, VeNCrypt. Additionally it supports encoding extensions." > > Hm, it is not quite clear what the API is for, actually; so maybe: > > "GTK-VNC is an API used by remote desktop viewing applications for > GNOME, for instance the Vinagre client, Boxes and virt-viewer. GTK-VNC > supports authentication extensions such as SASL, TLS, and > VeNCrypt. Additionally it supports encoding extensions." > > Andreas > >