guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: Revert "gnu: icecat: Enable gtk3 support."


From: Mark H. Weaver
Subject: 01/01: Revert "gnu: icecat: Enable gtk3 support."
Date: Thu, 17 Nov 2016 03:38:34 +0000 (UTC)

mhw pushed a commit to branch master
in repository guix.

commit 2f63e087fe60790bc198bea7cb2462cba071437f
Author: Mark H Weaver <address@hidden>
Date:   Wed Nov 16 22:34:11 2016 -0500

    Revert "gnu: icecat: Enable gtk3 support."
    
    This reverts commit eaf72e218e38c0c908ee30c914ab7d9c0c0389b8.
    
    IceCat misbehaves with gtk+3, most notably the scroll bar handles are
    invisible.  Here we revert back to gtk+2 until these problems can be
    addressed.
---
 gnu/packages/gnuzilla.scm |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 2b4db03..3b00d3c 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -426,8 +426,7 @@ standards.")
        ("glib" ,glib)
        ("gstreamer" ,gstreamer)
        ("gst-plugins-base" ,gst-plugins-base)
-       ("gtk+" ,gtk+)
-       ("gtk+-2" ,gtk+-2)
+       ("gtk+" ,gtk+-2)
        ("pango" ,pango)
        ("freetype" ,freetype)
        ("hunspell" ,hunspell)
@@ -471,7 +470,7 @@ standards.")
        ;; practice somehow.  See <http://hydra.gnu.org/build/378133>.
        #:validate-runpath? #f
 
-       #:configure-flags '("--enable-default-toolkit=cairo-gtk3"
+       #:configure-flags '("--enable-default-toolkit=cairo-gtk2"
                            "--enable-pango"
                            "--enable-gio"
                            "--enable-svg"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]