* How to make current icecat less crashy
@ 2016-11-04 1:31 Christopher Allan Webber
2016-11-04 2:35 ` David Craven
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Christopher Allan Webber @ 2016-11-04 1:31 UTC (permalink / raw)
To: help-guix
Seems a lot of us have been experiencing crashes in the current Icecat.
in Guix master. Ricardo Wurmus gave me a nice tip that seems to have
fixed the problem here:
<rekado> go to about:config
<rekado> find the keys gfx.canvas.azure.backends and
gfx.content.azure.backends
<rekado> for both change “cairo” to “skia”
<rekado> note that for me this results in less readable fonts
Seems to work here! (I haven't noticed the font issue but I could just
be missing it.)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: How to make current icecat less crashy
2016-11-04 1:31 How to make current icecat less crashy Christopher Allan Webber
@ 2016-11-04 2:35 ` David Craven
2016-11-04 4:08 ` Leo Famulari
2016-11-04 4:59 ` Arun Isaac
2016-11-05 19:01 ` Leo Famulari
2 siblings, 1 reply; 10+ messages in thread
From: David Craven @ 2016-11-04 2:35 UTC (permalink / raw)
To: Christopher Allan Webber; +Cc: help-guix
> Seems a lot of us have been experiencing crashes in the current Icecat.
How recent is this? Could it be related to this commit?
eaf72e218e38c0c908ee30c914ab7d9c0c0389b8
Author: David Craven <david@craven.ch>
Date: Wed Oct 26 14:27:15 2016 +0200
gnu: icecat: Enable gtk3 support.
* gnu/packages/gnuzilla.scm (icecat)[inputs]: Add gtk+.
[arguments]: Use --enable-default-toolkit=cairo-gtk3.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: How to make current icecat less crashy
2016-11-04 2:35 ` David Craven
@ 2016-11-04 4:08 ` Leo Famulari
2016-11-04 12:54 ` ng0
0 siblings, 1 reply; 10+ messages in thread
From: Leo Famulari @ 2016-11-04 4:08 UTC (permalink / raw)
To: David Craven; +Cc: help-guix
On Fri, Nov 04, 2016 at 03:35:29AM +0100, David Craven wrote:
> > Seems a lot of us have been experiencing crashes in the current Icecat.
>
> How recent is this? Could it be related to this commit?
>
> eaf72e218e38c0c908ee30c914ab7d9c0c0389b8
> Author: David Craven <david@craven.ch>
> Date: Wed Oct 26 14:27:15 2016 +0200
>
> gnu: icecat: Enable gtk3 support.
>
> * gnu/packages/gnuzilla.scm (icecat)[inputs]: Add gtk+.
> [arguments]: Use --enable-default-toolkit=cairo-gtk3.
Good question. I don't use Guix's IceCat regularly but I was able to
reproduce the crashes within 5 minutes of browsing sites that contained
lots of videos, GIFs, images, etc.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: How to make current icecat less crashy
2016-11-04 1:31 How to make current icecat less crashy Christopher Allan Webber
2016-11-04 2:35 ` David Craven
@ 2016-11-04 4:59 ` Arun Isaac
2016-11-05 19:01 ` Leo Famulari
2 siblings, 0 replies; 10+ messages in thread
From: Arun Isaac @ 2016-11-04 4:59 UTC (permalink / raw)
To: help-guix
[-- Attachment #1: Type: text/plain, Size: 291 bytes --]
> Seems to work here! (I haven't noticed the font issue but I could just
> be missing it.)
Interesting. I have been having font issues with the Tamil (Indic
script) language with respect to bold and italic text. I thought they
were unrelated to the crashes. But, maybe, they are related.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 472 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: How to make current icecat less crashy
2016-11-04 4:08 ` Leo Famulari
@ 2016-11-04 12:54 ` ng0
2016-11-05 14:59 ` David Craven
2016-11-05 18:53 ` Christopher Allan Webber
0 siblings, 2 replies; 10+ messages in thread
From: ng0 @ 2016-11-04 12:54 UTC (permalink / raw)
To: Leo Famulari; +Cc: help-guix
Leo Famulari <leo@famulari.name> writes:
> On Fri, Nov 04, 2016 at 03:35:29AM +0100, David Craven wrote:
>> > Seems a lot of us have been experiencing crashes in the current Icecat.
>>
>> How recent is this? Could it be related to this commit?
For me since we have the new icecat, not just since this commit.
>> eaf72e218e38c0c908ee30c914ab7d9c0c0389b8
>> Author: David Craven <david@craven.ch>
>> Date: Wed Oct 26 14:27:15 2016 +0200
>>
>> gnu: icecat: Enable gtk3 support.
>>
>> * gnu/packages/gnuzilla.scm (icecat)[inputs]: Add gtk+.
>> [arguments]: Use --enable-default-toolkit=cairo-gtk3.
>
> Good question. I don't use Guix's IceCat regularly but I was able to
> reproduce the crashes within 5 minutes of browsing sites that contained
> lots of videos, GIFs, images, etc.
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: How to make current icecat less crashy
2016-11-04 12:54 ` ng0
@ 2016-11-05 14:59 ` David Craven
2016-11-05 18:53 ` Christopher Allan Webber
1 sibling, 0 replies; 10+ messages in thread
From: David Craven @ 2016-11-05 14:59 UTC (permalink / raw)
To: ng0; +Cc: help-guix
I thought it might have something to do with
https://bugzilla.mozilla.org/show_bug.cgi?id=1127752, but that's fixed
since FF41. In FF46 gtk3 is enabled by default, so I can't imagine
FF45 (the version icecat is using) to be too buggy. It's a pity that
icecat only tracks ESR releases :/
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: How to make current icecat less crashy
2016-11-04 12:54 ` ng0
2016-11-05 14:59 ` David Craven
@ 2016-11-05 18:53 ` Christopher Allan Webber
1 sibling, 0 replies; 10+ messages in thread
From: Christopher Allan Webber @ 2016-11-05 18:53 UTC (permalink / raw)
To: ng0; +Cc: help-guix
ng0 writes:
> Leo Famulari <leo@famulari.name> writes:
>
>> On Fri, Nov 04, 2016 at 03:35:29AM +0100, David Craven wrote:
>>> > Seems a lot of us have been experiencing crashes in the current Icecat.
>>>
>>> How recent is this? Could it be related to this commit?
>
> For me since we have the new icecat, not just since this commit.
That was my experience as well.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: How to make current icecat less crashy
2016-11-04 1:31 How to make current icecat less crashy Christopher Allan Webber
2016-11-04 2:35 ` David Craven
2016-11-04 4:59 ` Arun Isaac
@ 2016-11-05 19:01 ` Leo Famulari
2016-11-05 19:33 ` ng0
2016-11-05 21:43 ` Hartmut Goebel
2 siblings, 2 replies; 10+ messages in thread
From: Leo Famulari @ 2016-11-05 19:01 UTC (permalink / raw)
To: Christopher Allan Webber; +Cc: help-guix
On Thu, Nov 03, 2016 at 08:31:36PM -0500, Christopher Allan Webber wrote:
> Seems a lot of us have been experiencing crashes in the current Icecat.
> in Guix master. Ricardo Wurmus gave me a nice tip that seems to have
> fixed the problem here:
>
> <rekado> go to about:config
> <rekado> find the keys gfx.canvas.azure.backends and
> gfx.content.azure.backends
> <rekado> for both change “cairo” to “skia”
> <rekado> note that for me this results in less readable fonts
Can we set this option while building?
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: How to make current icecat less crashy
2016-11-05 19:01 ` Leo Famulari
@ 2016-11-05 19:33 ` ng0
2016-11-05 21:43 ` Hartmut Goebel
1 sibling, 0 replies; 10+ messages in thread
From: ng0 @ 2016-11-05 19:33 UTC (permalink / raw)
To: Leo Famulari; +Cc: help-guix
Leo Famulari <leo@famulari.name> writes:
> On Thu, Nov 03, 2016 at 08:31:36PM -0500, Christopher Allan Webber wrote:
>> Seems a lot of us have been experiencing crashes in the current Icecat.
>> in Guix master. Ricardo Wurmus gave me a nice tip that seems to have
>> fixed the problem here:
>>
>> <rekado> go to about:config
>> <rekado> find the keys gfx.canvas.azure.backends and
>> gfx.content.azure.backends
>> <rekado> for both change “cairo” to “skia”
>> <rekado> note that for me this results in less readable fonts
>
> Can we set this option while building?
No, but we can modify/substitute the config icecat uses, and set
it there see
https://gitweb.gentoo.org/repo/gentoo.git/tree/eclass/mozconfig-v6.49.eclass
and search for "skia". Or, I haven't looked at it too closely, it
can be passed to the configure script.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: How to make current icecat less crashy
2016-11-05 19:01 ` Leo Famulari
2016-11-05 19:33 ` ng0
@ 2016-11-05 21:43 ` Hartmut Goebel
1 sibling, 0 replies; 10+ messages in thread
From: Hartmut Goebel @ 2016-11-05 21:43 UTC (permalink / raw)
To: help-guix
Am 05.11.2016 um 20:01 schrieb Leo Famulari:
> Can we set this option while building?
Fedora adds default configs be simply copying [1] a file [2] to
|…/browser/defaults/preferences.|
[1]
http://pkgs.fedoraproject.org/cgit/rpms/firefox.git/tree/firefox.spec#n667
[2]
http://pkgs.fedoraproject.org/cgit/rpms/firefox.git/tree/firefox-redhat-default-prefs.js
--
Regards
Hartmut Goebel
| Hartmut Goebel | h.goebel@crazy-compilers.com |
| www.crazy-compilers.com | compilers which you thought are impossible |
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2016-11-05 21:43 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-04 1:31 How to make current icecat less crashy Christopher Allan Webber
2016-11-04 2:35 ` David Craven
2016-11-04 4:08 ` Leo Famulari
2016-11-04 12:54 ` ng0
2016-11-05 14:59 ` David Craven
2016-11-05 18:53 ` Christopher Allan Webber
2016-11-04 4:59 ` Arun Isaac
2016-11-05 19:01 ` Leo Famulari
2016-11-05 19:33 ` ng0
2016-11-05 21:43 ` Hartmut Goebel
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.