Announcement

Collapse
No announcement yet.

Iceweasel GTK3 for Debian Jessie

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Iceweasel GTK3 for Debian Jessie

    Hi all!

    I don't know if this is of interest, but I've compiled Iceweasel (43.0.2) with GTK3 enabled by default for Debian Jessie 64-bit. If any interest is shown, I can make the .deb file available.

    I will be providing security updates as they are available, plus major updates until GTK3 is officially the default toolkit used by Iceweasel.

    Cheers

  • #2
    I don't need a deb, I just need to know what to set to make it build (with debuild/dpkg). I tried changing debian/browser.mozconfig.in and it did the main build but it seemed to fall apart when trying to produce the actual deb. Any advice?

    Comment


    • #3
      Never mind, I got it.

      Comment


      • #4
        Sorry for the late reply... In any case, for future reference, or somebody else looking for it, you need to modify

        Code:
        PLATFORM_DEFAULT_TOOLKIT=cairo-gtk[B]2[/B]
        with
        Code:
        PLATFORM_DEFAULT_TOOLKIT=cairo-gtk[B]3[/B]
        In the configure.in file.

        Comment

        Working...
        X