From owner-freebsd-chromium@FreeBSD.ORG Fri Mar 14 13:23:55 2014 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F1539B5 for ; Fri, 14 Mar 2014 13:23:55 +0000 (UTC) Received: from mail-oa0-x230.google.com (mail-oa0-x230.google.com [IPv6:2607:f8b0:4003:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 66872A08 for ; Fri, 14 Mar 2014 13:23:55 +0000 (UTC) Received: by mail-oa0-f48.google.com with SMTP id m1so2564378oag.21 for ; Fri, 14 Mar 2014 06:23:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=no5UfNrYMZBmgZMBkEA+BJfISdSJ0RLRRhINJaH3dlM=; b=0kGBqqPeU0opEcLqkxGjwH/Jy3YteU1RnrIAhsn3IbinVrGQDCIOiPFC92uGr9VpQS 2I/gAqlT4tNBDvgUCB2KbjHZ2zclo5bllkf6VGshnC8UaayVtZkDWnWHP6dfQ9MTC+SB 4FWd+58GGJXtYgyC85wDrGBjnVY4xWj6hhLOHra29mBoJuZuHQlEuSS34G9zhuwDfssq CsgvRp0UaL92nOY0NGVkAhsF49ABw7eZmGtjefXYl8AGrsdSHIl4eJp6V7jUgF4/Uw78 8TfzpFt9A9mSK7L9V8H9QesXVVj+kRfIJP+b8OWIGo7Ny9yw7eJp7guV8gPzc76EbiP2 t7mA== MIME-Version: 1.0 X-Received: by 10.182.233.201 with SMTP id ty9mr6750985obc.29.1394803434806; Fri, 14 Mar 2014 06:23:54 -0700 (PDT) Sender: r.c.ladan@gmail.com Received: by 10.182.108.42 with HTTP; Fri, 14 Mar 2014 06:23:54 -0700 (PDT) In-Reply-To: References: Date: Fri, 14 Mar 2014 14:23:54 +0100 X-Google-Sender-Auth: VP2cqaEeJ5OYs_fziE4nCUDMv90 Message-ID: Subject: Re: Aura and Ash From: =?ISO-8859-1?Q?Ren=E9_Ladan?= To: =?ISO-8859-1?Q?Bruno_Lauz=E9?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "freebsd-chromium@freebsd.org" X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2014 13:23:55 -0000 2014-03-14 14:14 GMT+01:00 Bruno Lauz=E9 : > I gave a try to compile Chromium 35 latest release with Aura. After a lot > of patches, it compiles, still everything crash after... I expected it. > The goal was to try to up to where we can go into the Aura part where > Google announced they will flip the switch from gtk to Aura really soon. > > Wouldn't it be a match in heaven to have Chromium with Ash Window Manager > on FreeBSD as desktop. The simplicity lightweight of ChromeOS on top of > FreeBSD. > That could be a new Desktop in itself for FreeBSD. > > Anyway I got the patches if anyone else interested. > This would be very interesting indeed, thanks for the effort :) You can try to send them upstream, some information about that is here: http://www.chromium.org/developers/contributing-code (this involves signing an agreement and checking out 14+ GB of source code) Or just give a pointer in which it can be integrated into our GitHub development repository at https://github.com/gliaskos/freebsd-chromium (under a new 'dev' branch) Regards, Ren=E9