From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mimir.eigenstate.org ([206.124.132.107]) by ewsd; Sat Jan 4 10:50:04 EST 2020 Received: from abbatoir.fios-router.home (pool-96-239-17-137.nycmny.fios.verizon.net [96.239.17.137]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id d46a70c2 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO); Sat, 4 Jan 2020 07:49:53 -0800 (PST) Message-ID: To: jamos@oboj.net, 9front@9front.org CC: knusbaum@sdf.org Subject: Re: No rendering of pages (Re: [9front] Netsurf 3.9 for Plan 9 (work in progress)) Date: Sat, 4 Jan 2020 07:49:52 -0800 From: ori@eigenstate.org In-Reply-To: <3760784f04165b3e8f787dd2792e0dbb@oboj.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: social immutable ORM extension core database > On 2020-01-03 05:12, Kyle Nusbaum wrote: > > I moved to a completely different 9front installation, and found > out that I hardcode the path to the resources: NETSURF_FB_RESPATH > in the mkfile for the browser. If you have another installation > path than me (likely) you (right now) have to change that path to > correspond to where the 'res' directory is. At least things started > to render on my other installation when I changed this! > > /Jonas Makes sense. I think the right place place to put it is in /sys/lib/netsurf. For development, you can just 'bind $src/netsurf/frontends/framebuffer/res' over that directory.