Package Details: firefox-appmenu 111.0-1

Git Clone URL: https://aur.archlinux.org/firefox-appmenu.git (read-only, click to copy)
Package Base: firefox-appmenu
Description: Firefox from extra with appmenu patch
Upstream URL: https://www.mozilla.org/firefox/
Licenses: GPL, MPL, LGPL
Conflicts: firefox
Provides: firefox
Submitter: nikatar
Maintainer: nikatar
Last Packager: nikatar
Votes: 17
Popularity: 0.130840
First Submitted: 2018-06-06 17:36 (UTC)
Last Updated: 2023-03-21 02:58 (UTC)

Dependencies (37)

Required by (152)

Sources (9)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

sbeve72 commented on 2023-01-09 17:38 (UTC)

Anyone else facing unreasonable amount of lag while in Google Meet calls? The meeting's audio and stuff works fine and so does the rest of the PC. It's just firefox UI becomes extremely laggy. I couldn't find any information about any such issue related to firefox so I think the issue is specific to this package.

jothiprasath commented on 2022-08-24 20:02 (UTC)

Firefox 104.1 build failed while compiling gkrust(https://i.imgur.com/ZxOdIec.png)

dr460nf1r3 commented on 2022-08-14 09:48 (UTC)

The build currently needs another fix as Rust got updated. More information here: https://bugzilla.mozilla.org/show_bug.cgi?id=1783784.

logothete commented on 2022-05-22 00:31 (UTC) (edited on 2022-05-22 00:35 (UTC) by logothete)

In building version 100.0.1, the following error occurs:


psutil<=5.8.0,>=5.4.2: Installed with unexpected version "5.9.0"
Traceback (most recent call last):
  File "/home/{redacted}/.cache/yay/firefox-appmenu/src/firefox-100.0/./mach", line 96, in <module>
    main(sys.argv[1:])
  File "/home/{redacted}.cache/yay/firefox-appmenu/src/firefox-100.0/./mach", line 88, in main
    mach = check_and_get_mach(os.path.dirname(os.path.realpath(__file__)))
  File "/home/{redacted}/.cache/yay/firefox-appmenu/src/firefox-100.0/./mach", line 35, in check_and_get_mach
    return load_mach(dir_path, mach_path)
  File "/home/{redacted}/.cache/yay/firefox-appmenu/src/firefox-100.0/./mach", line 21, in load_mach
    return mach_initialize.initialize(dir_path)
  File "/home/{redacted}/.cache/yay/firefox-appmenu/src/firefox-100.0/build/mach_initialize.py", line 153, in initialize
    _activate_python_environment(
  File "/home/{redacted}/.cache/yay/firefox-appmenu/src/firefox-100.0/build/mach_initialize.py", line 99, in _activate_python_environment
    mach_environment.activate()
  File "/home/{redacted}/.cache/yay/firefox-appmenu/src/firefox-100.0/python/mach/mach/site.py", line 390, in activate
    self.ensure()
  File "/home/{redacted}/.cache/yay/firefox-appmenu/src/firefox-100.0/python/mach/mach/site.py", line 368, in ensure
    result = self._up_to_date()
  File "/home/{redacted}/.cache/yay/firefox-appmenu/src/firefox-100.0/python/mach/mach/site.py", line 353, in _up_to_date
    _assert_pip_check(
  File "/home/{redacted}/.cache/yay/firefox-appmenu/src/firefox-100.0/python/mach/mach/site.py", line 1122, in _assert_pip_check
    raise Exception(
Exception: The "mach" site is not compatible with the installed system Python packages.
==> ERROR: A failure occurred in build().

J5lx commented on 2022-05-19 13:51 (UTC) (edited on 2022-05-19 14:01 (UTC) by J5lx)

I’m also getting the same error when building the package in a clean chroot.

Edit: nvm, I restarted the build and somehow it seems to work now.

NovaViper commented on 2022-05-13 14:44 (UTC) (edited on 2022-05-13 14:50 (UTC) by NovaViper)

I'm getting this error when installing the package with yay:

  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 3102, in <module>
    class RequirementParseError(packaging.requirements.InvalidRequirement):
AttributeError: module 'packaging' has no attribute 'requirements'
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: firefox-appmenu

Python version

pip 21.0 from /usr/lib/python3.10/site-packages/pip (python 3.10)

alexdelorenzo commented on 2022-03-04 03:47 (UTC)

Getting this error using paru to install firefox-appmenu:

Exception: The Python packages associated with "/usr/bin/python3" aren't compatible with the "mach" virtualenv

My system has Python 3.10.2 installed, and /usr/bin/python3 is a symlink to python3.10.

Naotomo commented on 2022-02-20 14:17 (UTC)

I'm getting the following error when running firefox: [naotomo@naotomo-lapputoppu ~]$ firefox /usr/lib/firefox/firefox: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /usr/lib/firefox/firefox)

nikatar commented on 2022-01-14 10:52 (UTC)

install old package for building from this

 ✘ nikatar@thinkpad  ~  ls /var/cache/pacman/pkg/ | grep python-psutil
python-psutil-5.8.0-1-x86_64.pkg.tar.zst
python-psutil-5.8.0-1-x86_64.pkg.tar.zst.sig
python-psutil-5.8.0-3-x86_64.pkg.tar.zst
python-psutil-5.8.0-3-x86_64.pkg.tar.zst.sig
python-psutil-5.8.0-4-x86_64.pkg.tar.zst
python-psutil-5.8.0-4-x86_64.pkg.tar.zst.sig
python-psutil-5.9.0-1-x86_64.pkg.tar.zst
python-psutil-5.9.0-1-x86_64.pkg.tar.zst.sig

fallenpixel commented on 2022-01-14 10:48 (UTC)

96.0-1 fails to build with psutil 5.9.0. psutil<=5.8.0,>=5.4.2: Installed with unexpected version "5.9.0"