Package Details: firefox-kde-opensuse 134.0.2-1

Git Clone URL: https://aur.archlinux.org/firefox-kde-opensuse.git (read-only, click to copy)
Package Base: firefox-kde-opensuse
Description: Standalone web browser from mozilla.org with OpenSUSE patch, integrate better with KDE
Upstream URL: https://github.com/openSUSE/firefox-maintenance
Keywords: browser gecko web
Licenses: GPL, MPL, LGPL
Conflicts: firefox
Provides: firefox
Submitter: csslayer
Maintainer: Thaodan
Last Packager: Thaodan
Votes: 336
Popularity: 0.016048
First Submitted: 2009-12-11 09:10 (UTC)
Last Updated: 2025-02-03 15:56 (UTC)

Required by (172)

Sources (35)

Pinned Comments

Thaodan commented on 2021-04-20 17:40 (UTC) (edited on 2021-04-21 22:45 (UTC) by Thaodan)

If you have issues with this package visit gitlab and read the readme first.

Latest Comments

« First ‹ Previous 1 .. 105 106 107 108 109 110 111 112 113 114 115 .. 139 Next › Last »

apathism commented on 2012-06-13 16:06 (UTC)

@bakgwailo: wow, thanks! it works for me.

bakgwailo commented on 2012-06-13 03:09 (UTC)

OK, so I was able to get it to compile fine with both PGO and JEMALLOC: http://pastebin.com/Hdb5jqhL (edited PKGBUILD) Basically, like I though a few days ago (and then saw csslayers comment), PGO broke with the GCC 4.7 upgrade. All I had to do was add gcc4.6 to the makedepends and then export CC=gcc-4.6 export CXX=g++-4.6 above the other two export statements in the build() section. Note that I also built in a clean CHROOT, so if you are not doing this, YMMV. Compile flags/CPU (for completeness): CFLAGS="-march=native -mtune=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" CXXFLAGS="-march=native -mtune=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz

Feng-Huang commented on 2012-06-12 16:54 (UTC)

@csslayer : can you explain your adjustment please ? Firefox-kde-opensuse 13.0-2, PGO disabled, for non-sandy bridge, build in clean chroot : CFLAGS="-march=corei7 -mtune=corei7 -O2 -pipe -fstack-protector --param ssp-buffer-size=4 --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=3072 -D_FORTIFY_SOURCE=2" Download here : http://rghost.net/download/38625834/03028a1b16a8a6f0c10efb7146c1a35950543b45/firefox-kde-opensuse-13.0-2-x86_64.pkg.tar.xz

csslayer commented on 2012-06-12 15:39 (UTC)

arch use gcc 4.6 to compile pgo, but I'm lazy to adjust pkgbuild :P.

Feng-Huang commented on 2012-06-12 15:20 (UTC)

@darehanl : same here, no way to compile firefox-kde-opensuse with PGO enabled, even in clean chroot.

darehanl commented on 2012-06-09 22:19 (UTC)

@apathism PGO build has been broken for me for several releases (at least for me). System crashes with out of memory on a 6GB x86-64 system (just tried again with an updated PKGBUILD and mozconfig matching Arch's).

apathism commented on 2012-06-09 17:59 (UTC)

Can you please include vendor.js file from the original Arch firefox package? It contains several important things like turning on localizations by default and etc. P.S. PGO build seems to be broken for me. Is that bug or feature? :) ...or it's just for me?

csslayer commented on 2012-06-08 16:11 (UTC)

@Kn3cht remove old firefox then compile.

Kn3cht commented on 2012-06-08 14:31 (UTC)

It won't build for me on x86_64, it aborts with the error: "failed to get nsXPConnect service!"

msx commented on 2012-06-07 01:36 (UTC)

@kaozlira, can you share a PKGBUILD or info about how to compile and apply this? I'm running x86_64