Package Base Details: firefox-esr

Git Clone URL: https://aur.archlinux.org/firefox-esr.git (read-only, click to copy)
Keywords: browser gecko web
Submitter: figue
Maintainer: dudemanguy
Last Packager: dudemanguy
Votes: 47
Popularity: 0.53
First Submitted: 2015-05-28 23:15 (UTC)
Last Updated: 2024-04-16 22:28 (UTC)

Packages (97)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 20 Next › Last »

figue commented on 2020-07-02 05:51 (UTC)

Thanks @heftig. All suggestions implemented.

heftig commented on 2020-07-01 19:05 (UTC)

You should set StartupWMClass=firefoxesr in the desktop file to match the remoting name set in .mozconfig, otherwise the desktop might not be able to assign the windows to the app correctly.

You should disable the crashreporter, as it's only useful if you also submit the built symbol archive to Mozilla. Since each AUR user builds the browser themselves, this isn't happening.

For the same reason, you can remove buildsymbols and the handling of the '*crashreporter-symbols-full.zip'. This will also remove a good chunk of the build time.

figue commented on 2020-06-30 22:12 (UTC) (edited on 2020-06-30 22:12 (UTC) by figue)

To continue using old 68 branch, you can use this package https://aur.archlinux.org/packages/firefox-esr68

dctxmei commented on 2020-05-16 04:34 (UTC)

@TheGoliath Added you as a co-maintainer.

figue commented on 2020-05-06 22:45 (UTC)

@GI_Jack thanks. Seems good. Done.

GI_Jack commented on 2020-05-06 13:51 (UTC)

Please change

provides=(firefox)

to

provides=(firefox=${pkgver})

This way it works with packages that version check FX

figue commented on 2019-12-14 11:56 (UTC) (edited on 2019-12-14 12:06 (UTC) by figue)

New prebuilt binaries in my own openSUSE Build Service account:

[home_ffigue_Arch]
Server = http://download.opensuse.org/repositories/home:/ffigue/Arch/$arch

To verify signature, you can do like this:

$ wget -O- http://download.opensuse.org/repositories/home:/ffigue/Arch/x86_64/home_ffigue_Arch.key | sudo gpg --homedir /etc/pacman.d/gnupg --import -
$ sudo pacman-key --lsign-key F5AAC5A5424ED5CA

figue commented on 2019-12-06 21:45 (UTC)

@sp1d3rmxn thanks. Compilation with disable-elf-hack seems ok. Please test.

sp1d3rmxn commented on 2019-12-06 14:27 (UTC)

@figue

Ok the PKGBUILD change I added per the bug report has proven to also be successful with this.

Again like Icecat but, slightly different (no modifications to march/mtune either just like the Icecat build):

In the "prepare()" section under the heading "#Features" add this line:

ac_add_options --disable-elf-hack

It looks like this for me:

Features

ac_add_options --enable-alsa

ac_add_options --enable-jack

ac_add_options --enable-startup-notification

ac_add_options --enable-crashreporter

ac_add_options --disable-gconf

ac_add_options --disable-updater

ac_add_options --disable-elf-hack <---- ADD THIS LINE END

Again no further changes necessary and able to use CPU tuning as expected (no generics at all).

Hope this helps anyone going through the same headache.