I was curious about the new IceCat 60 and it's CSS problem, so I tried
to install it.
I'm on on Ubuntu+Guix:
guix --version
guix (GNU Guix) a68b45142373dd75bc96f9c4f8151bcd4e972888
installed it in a separate profile:
guix package -p guix-test-profile -i icecat
Then started it:
guix-test-prof
Hi Leo,
Hi Ludo,
On Mon, 24 Sep 2018 10:26:19 -0400
Leo Famulari wrote:
> On Mon, Sep 24, 2018 at 04:08:26PM +0200, Danny Milosavljevic wrote:
> > Building from this channel:
>
> [...]
>
> > no code for module (guix config)
> > guix pull: error: You found a bug: the program
> > '/gnu/store/
Le 2018-09-25 09:04, Björn Höfling a écrit :
I was curious about the new IceCat 60 and it's CSS problem, so I tried
to install it.
I'm on on Ubuntu+Guix:
guix --version
guix (GNU Guix) a68b45142373dd75bc96f9c4f8151bcd4e972888
installed it in a separate profile:
guix package -p guix-test-prof
Björn Höfling writes:
> When Icecat is up, it looks "normal" and can be used normally [the
> more images a site uses, the better the user experience is :-)], just
> that ALL letters are just boxes with numbers in them (i.e. what you
> usually see only partially when some wired UTF-sign is not i
Commit
5c8031ff7382ec9079040d08ae5a05b4dd2352b7
mass-renamed emacs-packages from "foo" to "emacs-foo". Unfortunately,
some package definitions use the package-name for building the URL.
That is for example the case in emacs-magit:
(define-public emacs-magit
(package
(name "emacs-magit")
On Tue, 25 Sep 2018 11:25:40 +0200
Ricardo Wurmus wrote:
> Björn Höfling writes:
>
> > When Icecat is up, it looks "normal" and can be used normally [the
> > more images a site uses, the better the user experience is :-)],
> > just that ALL letters are just boxes with numbers in them (i.e.
> >
Hi Danny,
Danny Milosavljevic skribis:
> $ guix pull
> Updating channel 'guix' from Git repository at
> 'https://git.savannah.gnu.org/git/guix.git'...
> Building from this channel:
> guix https://git.savannah.gnu.org/git/guix.git 0001478
> guix pull: warning: failed to load '(wip andro
On Tue, Sep 25, 2018 at 09:04:51 +0200, Björn Höfling wrote:
> When Icecat is up, it looks "normal" and can be used normally [the
> more images a site uses, the better the user experience is :-)], just
> that ALL letters are just boxes with numbers in them (i.e. what you
> usually see only partiall
Pierre Neidhardt writes:
> Oopsy, missed that indeed! xD
> Sorry for the trouble, will fix as soon as possible.
>
> By the way, I think using "name" for URLs is a bad practice, we only need
> "version" there. What do you people think?
I agree. Whenever I've seen 'name' being used in URL defini
Björn Höfling writes:
> On Tue, 25 Sep 2018 11:25:40 +0200
> Ricardo Wurmus wrote:
>
>> Björn Höfling writes:
>>
>> > When Icecat is up, it looks "normal" and can be used normally [the
>> > more images a site uses, the better the user experience is :-)],
>> > just that ALL letters are just b
Hi,
at taler we need shpchp as a module in the initrd.
Before version 4.18.x, shpchp was a module we've build in guix' linux-libre,
you were able to just specify it for the initrd.
With 4.18.9, this module became a compile-in/built-in (see linux
commit log). I want to avoid maintaining yet anot
severity 32833 critical
thanks
Hi Mike,
Mike Gerwitz writes:
> Even if sites are using HTTPS, IceCat is still saying "This connection
> is insecure" if you click on the "i" icon in the URL bar. This seems to
> be a problem with every HTTPS site I visit.
>
> On the "Security" tab of the "Page In
Pierre Neidhardt (2018-09-25 17:04 +0200) wrote:
> Oopsy, missed that indeed! xD
> Sorry for the trouble, will fix as soon as possible.
>
> By the way, I think using "name" for URLs is a bad practice, we only need
> "version" there. What do you people think?
I totally agree! I don't like this p
Hi Nils,
Nils Gillmann writes:
> at taler we need shpchp as a module in the initrd.
>
> Before version 4.18.x, shpchp was a module we've build in guix' linux-libre,
> you were able to just specify it for the initrd.
>
> With 4.18.9, this module became a compile-in/built-in (see linux
> commit lo
Mark H Weaver writes:
> To begin, I'm currently building IceCat using the bundled NSPR and NSS,
> to see if that helps.
Using the bundled NSPR and NSS works around the problem for me. I just
pushed this change in commit 6d328879378fac9524000521f596fb5c68ed on
'master'. See also the related,
Hi,
Christopher Lemmer Webber writes:
> Disable all extensions and try the following examples:
>
> https://addons.mozilla.org/en-US/firefox/
> https://github.com/
>
> Both will show up unstyled.
I just pushed some changes to our IceCat package which I didn't expect
to affect this issue, nam
On Tue, Sep 25, 2018 at 20:16:16 -0400, Mark H Weaver wrote:
> Mark H Weaver writes:
>> To begin, I'm currently building IceCat using the bundled NSPR and NSS,
>> to see if that helps.
>
> Using the bundled NSPR and NSS works around the problem for me. I just
> pushed this change in commit 6d3288
On Tue, Sep 25, 2018 at 20:22:12 -0400, Mark H Weaver wrote:
> I just pushed some changes to our IceCat package which I didn't expect
> to affect this issue, namely:
>
> * 6d3288793..: Mark H Weaver 2018-09-25 gnu: icecat: Rebundle NSPR and NSS
> [security fix].
> * 94e96f7f6..: Mark H Weaver
Nils Gillmann writes:
> at taler we need shpchp as a module in the initrd.
>
> Before version 4.18.x, shpchp was a module we've build in guix' linux-libre,
> you were able to just specify it for the initrd.
>
> With 4.18.9, this module became a compile-in/built-in (see linux
> commit log). I wan
On Tue, Sep 25, 2018 at 20:30:57 -0400, Mike Gerwitz wrote:
> Thanks again for your work on this. Maybe I'll let IceCat build
> overnight so I can give it a try tomorrow (still on my X200).
LGTM.
--
Mike Gerwitz
signature.asc
Description: PGP signature
>> When you get a chance, can you try the new version and report back?
>
> I also verified that those pages render correctly using IceCat's alpha
> binary on a Debian system. I'll build overnight and let you know
> tomorrow if the CSS issues are resolved for me.
LGTM!
--
Mike Gerwitz
signatur
Mark H Weaver writes:
> Nils Gillmann writes:
>
>> at taler we need shpchp as a module in the initrd.
>>
>> Before version 4.18.x, shpchp was a module we've build in guix' linux-libre,
>> you were able to just specify it for the initrd.
>>
>> With 4.18.9, this module became a compile-in/built-
22 matches
Mail list logo