From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f65.google.com ([209.85.128.65]) by ewsd; Mon Feb 3 00:54:07 EST 2020 Received: by mail-wm1-f65.google.com with SMTP id s144so13491727wme.1 for <9front@9front.org>; Sun, 02 Feb 2020 21:54:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:message-id:to:subject:date:in-reply-to:mime-version :content-transfer-encoding; bh=JdR6vHzmVmS+IVc0P9Ppc28nlhJ/VHOxGTxOBoeRHpU=; b=qMcWHCRdqepoHZ6s5rYOHrU+1p3Pyd5nAPPAHPGdDdcOmxPWemD231x9Eyfr70nNDZ v9jTIpEx0HPnr54IUNbhBAxNkLj1IM4zh8GJ/LOOPA9QjRdVEq7ODJQmxgL3GfkFAPyV 1Z0n0x2aQvoFfqcGccBxlE3oBjIHx2czO50VXhPeMghmT3qt/qLiwX801apnuOloJyU8 OnBXtLK2xy8HG7q5DU8HLoa78wxjJBhbulb4aDGZfK5WxC7mP/IpZOqubCd7WK2XU8ae /Bn41w1LAuu7mMCyLm8DfIdjFyonSOr3Dyin2of4L+HTYmYDICfameJ3xycxNqgSygO7 fEWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:message-id:to:subject:date:in-reply-to :mime-version:content-transfer-encoding; bh=JdR6vHzmVmS+IVc0P9Ppc28nlhJ/VHOxGTxOBoeRHpU=; b=cyvVvnWLifjjoG+7fp2sNxMLNgHUQxpyAQCn50V6cfkisZg5cFPeuJY+vYoRvRFg40 pF4Rl8t8+1GLNewRtVG0wO10weiGuy7aj6Rx7m1hSn/p/ofZLJGUnC7tNLsOGvPjBFc0 VHE0FuBlNWiZYPL529A/Gki1GXPAJLwVNcwbMlJd15s1UIRuh3IHvr0BzyoH26I0j4a3 /pFDgM/HRbgsdtfq8R9nOu1EMPX4sQPEp6hgRE37xagUCvYjtyvHWg6INOhYKZg1pwJ8 yq3LjFawoi5EZAG7wqgVKyVCKEz3UGa7lCloWp2hj2SxBQMcAibmW/+r1Jwg2exCVauK KGtw== X-Gm-Message-State: APjAAAUFsx9/9G7kvJoxwrN5kejylaSLGpNv14ve6TKCMFkL1gLLa5Wg z785p2BNF1wcmkWk0L1yNk+u5ggu X-Google-Smtp-Source: APXvYqz3S6kzwEowana4G9Zzsb7kFmpmbOlZt6fEmK8aJK5BQd72Sj1qQeZHL9txc+OvhbBrK5YYdg== X-Received: by 2002:a1c:9e13:: with SMTP id h19mr27527384wme.21.1580709243937; Sun, 02 Feb 2020 21:54:03 -0800 (PST) Return-Path: Received: from hades (lfbn-idf1-1-352-97.w86-195.abo.wanadoo.fr. [86.195.7.97]) by smtp.gmail.com with ESMTPSA id b13sm9431715wrq.48.2020.02.02.21.54.03 for <9front@9front.org> (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 02 Feb 2020 21:54:03 -0800 (PST) From: telephil9@gmail.com X-Google-Original-From: pme@gmail.com Message-ID: <8DB2C672DCF6A9A50DFA5657091A0F2F@gmail.com> To: 9front@9front.org Subject: Re: [9front] Netsurf 3.9 for Plan 9 (work in progress) Date: Mon, 3 Feb 2020 06:54:02 +0100 In-Reply-To: <53AF636DBD25EBC71052B11D2B19F8B2@eigenstate.org> 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: open-source managed plugin hypervisor scripting interface >>> # get it >>> git/clone git+ssh://git@github.com/netsurf-plan9/nsport >>> cd nsport >>> fetch clone >>> mk >> >> I compiled 5.nsfb, and found it doesn't show the image when I >> run >> term% 5.snfb /sys/lib/netsurf/welcome.html. >> It shows the ns window, but doesn't the welcome contents. > > I fixed a bug that caused this issue on my machine, and just pushed > it. Can you go to: > > nsport/netsurf > > and run > > git/pull > > and test again? > > Thanks for testing and helping debug! Still not working here. Status bar shows a "Base stylesheet failed to load" error but nothing gets ever displayed. I'm running from the build dir and have run the prepns command from within the netsurf dir.