Package Details: librewolf 127.0-1

Git Clone URL: https://aur.archlinux.org/librewolf.git (read-only, click to copy)
Package Base: librewolf
Description: Community-maintained fork of Firefox, focused on privacy, security and freedom.
Upstream URL: https://librewolf.net/
Keywords: browser web
Licenses: GPL, MPL, LGPL
Submitter: lsf
Maintainer: lsf
Last Packager: lsf
Votes: 124
Popularity: 4.05
First Submitted: 2019-06-14 18:41 (UTC)
Last Updated: 2024-06-18 06:44 (UTC)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 18 19 20 21 22 23 24 25 26 Next › Last »

cladonia commented on 2021-02-15 21:37 (UTC)

Here's the output of the librewolf-bin error:

$ librewolf /usr/lib/librewolf/librewolf: /usr/lib/libc.so.6: version `GLIBC_2.33' not found (required by /usr/lib/librewolf/librewolf)

cladonia commented on 2021-02-15 21:36 (UTC)

Hello,

The bin version doesn't work, the flatpak install librewolf command doesn't work, the AppImage doesn't work

lsf commented on 2021-02-15 21:17 (UTC) (edited on 2021-02-15 21:22 (UTC) by lsf)

No idea what's going wrong there – quite often build failures for Firefox/LibreWolf seem to be due to running out of memory, though. You might want to take a look at a few older comments in here.

Alternatively, something in your build environment might be off – building in a chroot (https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot) might help.

Finally, instead of opting for the Flatpak release, there's also a -bin-release available in the AUR at https://aur.archlinux.org/packages/librewolf-bin/, which might be preferable when running an Arch system :)

/edit

Looks like I'm getting slow ;) My comment was directed at @cladonia as well.

cladonia commented on 2021-02-15 21:08 (UTC)

It failed to compile

The details of the failure are as follows:

Exception: Process executed with non-0 exit code 1: ['/usr/bin/python3', '/home/daniel/compil/librewolf/src/firefox-85.0.2/configure.py']

File "/home/daniel/compil/librewolf/src/firefox-85.0.2/python/mozbuild/mozbuild/build_commands.py", line 146, in build return driver.build( File "/home/daniel/compil/librewolf/src/firefox-85.0.2/python/mozbuild/mozbuild/controller/building.py", line 1140, in build config_rc = self.configure( File "/home/daniel/compil/librewolf/src/firefox-85.0.2/python/mozbuild/mozbuild/controller/building.py", line 1525, in configure status = self._run_command_in_objdir( File "/home/daniel/compil/librewolf/src/firefox-85.0.2/python/mozbuild/mozbuild/base.py", line 887, in _run_command_in_objdir return self.run_process(cwd=self.topobjdir, **args) File "/home/daniel/compil/librewolf/src/firefox-85.0.2/python/mach/mach/mixin/process.py", line 176, in run_process raise Exception( ==> ERREUR : Une erreur s’est produite dans build(). Abandon…

La commande 'makepkg --force' a échoué.

I will test flatpak :(

ZorinArch commented on 2021-02-10 03:52 (UTC)

@lsf plasma-integration is just manage multimedia and notifications, but openSUSE patches make the browser better KDE integration like global-menu for example.

lsf commented on 2021-02-09 23:31 (UTC)

Thanks for spotting that – I must've forgotten to commit the updated file.

Should be fixed now over here as well!

Jayman commented on 2021-02-09 23:12 (UTC)

When I try to build this package, I get an error:

[jayman@Jason-Desktop-Linux librewolf]$ makepkg
==> Making package: librewolf 85.0.1-1 (Tue 09 Feb 2021 05:58:38 PM EST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found firefox-85.0.1.source.tar.xz
  -> Found librewolf.desktop
  -> Updating common git repo...
Fetching origin
  -> Updating settings git repo...
Fetching origin
  -> Found megabar.patch
  -> Found remove_addons.patch
  -> Found unity-menubar.patch
==> Validating source_x86_64 files with sha256sums...
    firefox-85.0.1.source.tar.xz ... Passed
    librewolf.desktop ... Passed
    common ... Skipped
    settings ... Skipped
    megabar.patch ... Passed
    remove_addons.patch ... Passed
    unity-menubar.patch ... FAILED
==> ERROR: One or more files did not pass the validity check!
[jayman@Jason-Desktop-Linux librewolf]$

Here's how I avoided the error:

$ git clone git@gitlab.com:librewolf-community/browser/linux.git
$ cd linux
$ makepkg

lsf commented on 2021-02-07 13:02 (UTC)

Hm, wouldn't the https://addons.mozilla.org/en-US/firefox/addon/plasma-integration/ extension be sufficient for this? (I have no real idea – just asking to understand it better :)

If the patches would indeed be required: seems it could be relatively painless to include them as well (or at least to include them optionally), assuming they don't break things on non-KDE systems (or have privacy implications).

Would you care to open an issue for this on https://gitlab.com/librewolf-community/browser/linux/ ? That would make it easier to track it and to discuss it with the rest of the team :)