Re: [PATCH] gnu: icecat: Enable gtk3 support.

2016-10-27 Thread David Craven
> Is gtk+-2 still needed as an input? Do the two versions of gtk+ > conflict with each other at all? Yes, gtk+-2 is still needed. I'm not sure why exactly. They should not conflict, but some more testing might be nice. > So, my inclination would be to drop this last hunk of the patch. Yep, is p

Re: [PATCH] gnu: icecat: Enable gtk3 support.

2016-10-26 Thread Mark H Weaver
David Craven writes: > * gnu/packages/gnuzilla.scm (icecat)[inputs]: Add gtk+. > [arguments]: Use --enable-default-toolkit=cairo-gtk3. Force light > gtk theme in desktop file to avoid unreadable input fields. > --- > gnu/packages/gnuzilla.scm | 11 --- > 1 file changed, 8 insertions(

[PATCH] gnu: icecat: Enable gtk3 support.

2016-10-26 Thread David Craven
* gnu/packages/gnuzilla.scm (icecat)[inputs]: Add gtk+. [arguments]: Use --enable-default-toolkit=cairo-gtk3. Force light gtk theme in desktop file to avoid unreadable input fields. --- gnu/packages/gnuzilla.scm | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/gn