From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.oboj.net ([195.178.185.14]) by ewsd; Tue Mar 17 13:42:29 EDT 2020 Received: from localhost (localhost [127.0.0.1]) by mail.oboj.net (Postfix) with ESMTP id 6F6BCC3620C; Tue, 17 Mar 2020 18:42:16 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.oboj.net Received: from mail.oboj.net ([127.0.0.1]) by localhost (mail.oboj.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LvzA9AKaNoWQ; Tue, 17 Mar 2020 18:42:15 +0100 (CET) Received: from www.oboj.net (unknown [195.178.185.23]) by mail.oboj.net (Postfix) with ESMTP id EAF9DC2E7DD; Tue, 17 Mar 2020 18:42:09 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 17 Mar 2020 19:42:09 +0200 From: jamos@oboj.net To: 9front@9front.org Cc: kokamoto@hera.eonet.ne.jp Subject: Re: [9front] adding javascript enable to netsurf In-Reply-To: <81466D5CFFA94C4ECC870A74343FC9D0@hera.eonet.ne.jp> References: <81466D5CFFA94C4ECC870A74343FC9D0@hera.eonet.ne.jp> Message-ID: <08b9d186a9fe7b06a385fcf6d51b3562@oboj.net> X-Sender: jamos@oboj.net User-Agent: Roundcube Webmail/1.3.4 List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: agile lifecycle storage hardware deep-learning-scale layer In Linux, it by defaults compiles Netsurf with the GTK frontend. But you can build the framebuffer frontend for Linux too. It works on the console, in X11 and in VNC. You only have to set TARGET=framebuffer before you invoke 'make'. Gives the 'nsfb' executable. It makes sense to compare the framebuffer version for Linux with the current plan 9, as it is also based on the framebuffer driver. The 'gtk' frontend gives an hint of what a future native frontend might be capable of, but it might look different, as it would be up to potential netsurf/frontends/plan9/gui.c :-) Jonas On 2020-03-17 13:16, kokamoto@hera.eonet.ne.jp wrote: > Yeah. for now, best option is to generate on Unix, > I followed you, and got compiled netsurf-3.9 on my Ubuntu18.04. > Now I have the vision of what is the goal of version 3.9. I also got it for rpi3B (1GB memory) on ubuntu18.04. This is on gtk2, ans the former is on gtk3. The purpose of it is to check rpi3B capability. Both are not so reliable, particulary to save a file, where both segmentation faulted. Kenji