Project

General

Profile

Packaging Request #2164

[iceweasel][iceweasel-addons] Provide /usr/lib/firefox symlink to drop iceweasel-specific extensions in favor of ones from Arch

grizzlyuser - about 5 years ago - . Updated almost 2 years ago.

Status:
open
Priority:
discussion
Assignee:
-
% Done:

50%


Description

AFAIK, the only differences between Iceweasel-specific extensions from Parabola repos and Firefox-specific ones from Arch repos are:
1. Install path (/usr/lib/iceweasel/ and /usr/lib/firefox/ respectively)
2. Package/group names and replaces/conflicts in PKGBUILDs.

I'm not sure about how critical it is to have 'iceweasel-*' named extensions (like iceweasel-ublock-origin instead of firefox-ublock-origin from Arch). If that's not critical, then what about just providing symlink from /usr/lib/iceweasel/ to /usr/lib/firefox/ in iceweasel package? That would allow to drop iceweasel-ublock-origin and iceweasel-noscript from [libre] (and probably others I don't know about) and use versions from Arch, which look likely to be updated more frequently.


Subtasks

Packaging Request #1873: [firefox-extension-privacybadger] Requires blacklisted firefoxfixedoaken-source

Actions
Packaging Request #1899: HTTPS Everywherefixedfreemor

Actions
Packaging Request #3253: Privacy Badgeropen

Actions
Packaging Request #3254: Decentraleyesopen

Actions

Related issues

Related to Packages - Freedom Issue #2718: [firefox-i18n-tl] Iceweasel language packs already exists (and it would cause conflicts)unconfirmed

Actions

History

#1

Updated by bill-auger about 5 years ago

there is only 'iceweasel-noscript' and 'iceweasel-ublock-origin', both in the 'iceweasel-addons' package group

the arch firefox-ublock-origin package is installable as is many others - i dont know if they should be installable nor if they actually work

$ sudo pacman -S firefox-addons
:: There are 9 members in group firefox-addons:
:: Repository community
   1) firefox-dark-reader  2) firefox-decentraleyes  3) firefox-extension-privacybadger
   4) firefox-referer-control  5) firefox-stylus  6) firefox-tree-style-tab  7) firefox-tridactyl
   8) firefox-ublock-origin  9) firefox-umatrix

Enter a selection (default=all): 
resolving dependencies...
warning: cannot resolve "firefox", a dependency of "firefox-extension-privacybadger" 
:: The following package cannot be upgraded due to unresolvable dependencies:
      firefox-extension-privacybadger

:: Do you want to skip the above package for this upgrade? [y/N] y
looking for conflicting packages...

Packages (8) firefox-dark-reader-4.7.5-1  firefox-decentraleyes-2.0.8-2  firefox-referer-control-1.31-2
             firefox-stylus-1.5.2-2  firefox-tree-style-tab-2.7.18-1  firefox-tridactyl-1.14.8-1
             firefox-ublock-origin-1.18.2-1  firefox-umatrix-1.3.16-1

Total Download Size:   13.72 MiB
Total Installed Size:  15.27 MiB

apparently, 'iceweasel' does not provide 'firefox' - though i cant imagine why not - i assumed that was standard procedure for packages in [libre] that may have dependencies under the original blacklisted package name

these are the only arch addons that are on the blacklist:

firefox-adblock-plus
firefox-extension-https-everywhere
firefox-noscript
firefox-spell-ru

of note, is that 'firefox-noscript' does not have a replacement package specified in the blacklist, though a replacement package was made and published

#2

Updated by grizzlyuser about 5 years ago

Oops, it looks like simple symlink won't work. I tried to:

# ln -s /usr/lib/iceweasel/ /usr/lib/firefox

and then on installing of firefox-ublock-origin, pacman complains:
error: failed to commit transaction (conflicting files)
firefox-ublock-origin: /usr/lib/firefox exists in filesystem
Errors occurred, no packages were upgraded.

I'm definitely not a packaging guru, so not sure how that can be solved the best way.

bill-auger wrote:

the arch firefox-ublock-origin package is installable as is many others - i dont know if they should be installable nor if they actually work

I tried to install just firefox-ublock-origin, and it doesn't work right away. However, if before clean installation I do:

# mkdir /usr/lib/firefox
# mount --bind /usr/lib/iceweasel/ /usr/lib/firefox

Then the extension is installed with no problems and works as expected.

#3

Updated by eschwartz about 5 years ago

You cannot package a file /usr/lib/firefox, with the intent of having packages that provide /usr/lib/firefox/browser/extensions/* get redirected to install somewhere else. That's not how pacman works.

You could, however, package a symlink as /usr/lib/iceweasel/browser/extensions and have all extensions get installed in /usr/lib/firefox/browser/extensions/* while having iceweasel pick them up. pacman will be fine with that.

Alternatively, it's quite silly to provide packages which cannot be installed/make no sense due to firefox being blacklisted. https-everywhere and adblock-plus have been blacklisted for ages, and noscript has been forked to an iceweasel version -- I assume privacybadger was an oversight and all the rest are recent additions so were almost certainly oversights, none of them make sense in the parabola repositories as-is.

#4

Updated by bill-auger about 5 years ago

ok so i think the only thing left to determine here is

  • is it possible or desirable to make iceweasel truly provide a firefox implementation
    - if so, then we need to check the licensing on all the new firefox-* addons and possibly blacklist some
    - if not, then we need do no more that simply blacklist and/or re-package the new firefox-* addons

IMHO the only thing about this in the "pros" list is that we would gain those extra 7 addons (and depending on their licenses, it could be fewer than that) - but these are not complicated programs, we could just repackage them - the OPs argument on the "cons" is that we dont upgrade them fast enough; but that is not a systematic flaw, so that could (should) be improved regardless of what becomes of this issue

#5

Updated by bill-auger about 5 years ago

ive added the new addons to the blacklist for now

#6

Updated by bill-auger almost 5 years ago

#7

Updated by bill-auger almost 5 years ago

#8

Updated by bill-auger almost 5 years ago

or .. we should re-package the others and add them to the 'iceweasel-addons' group - this is the current list of firefox add-ons that we are suppressing without replacements, probably all merely for depending on 'firefox'

firefox-adblock-plus
firefox-dark-reader
firefox-decentraleyes
firefox-extension-privacybadger
firefox-referer-control
firefox-spell-ru
firefox-stylus
firefox-tree-style-tab
firefox-tridactyl

#9

Updated by bill-auger almost 5 years ago

  • Priority changed from bug to wish
  • Subject changed from [iceweasel] Provide /usr/lib/firefox symlink to drop iceweasel-specific extensions in favor of ones from Arch to [iceweasel][iceweasel-addons] Provide /usr/lib/firefox symlink to drop iceweasel-specific extensions in favor of ones from Arch
#10

Updated by bill-auger almost 5 years ago

  • Priority changed from wish to discussion
#11

Updated by theova almost 5 years ago

It is and will not be difficult to adapt Arch's PKGBUILDs, but this means additonal work to do and more packages to mainain/update. In my opinion it is - apart from one word - not a big gain to create libre replacements.
I would therefore vote for the symlink.

Anyway, I would like to contribute to this issue - either by creating libre replacements and/or a license audit. Just let me know, which solution is favoured.

#12

Updated by theova over 4 years ago

The following addons have a free license:

Name License Source Note
firefox-adblock-plus GPLv3 project website Source Code FSD ublock-origin may be better in terms of privacy
browserpass-firefox ISC License Project Repository
firefox-dark-reader MIT Project repostitory
firefox-decentraleyes Mozilla Public License Version 2.0 Project repository
firefox-https-everywhere Licensed GPL v2+, AGPLv3+ Project repostitory included in icecat per default
firefox-noscript GPLv2+ FAQ, Project Repository
firefox-extension-privacybadger GPLv3, MIT, Unlicense, Open Font License, Apache License v2 Project repository Project website
firefox-spell-ru GPL ?? Arch PKGBULD Not sure about the license. Could not find any source or repository
firefox-stylus GPLv3 Project repostitory
firefox-tree-style-tab MPL 2.0, MPL 1.1, MIT, PSFL Project repository
firefox-tridactyl Apache 2.0 Project repository

For firefox-spell-ru I am really not sure, since I could not find a license. I think, `spell-ru` is part of Mozillas "Dictionaries and Language Packs" which can be found here.

The following addon should definitely not be included:
Name License Source Note
firefox-referer-control MPL v2.0 ?? Firefox Addons Removed from Arch's [Community]
#13

Updated by bill-auger over 4 years ago

awesome research theova - thanks

#14

Updated by dllud over 4 years ago

Nice to see all this already documented here.
Right now I am in need of the tridactyl package because the addon isn't getting updates through AMO.
Have you taken a decision on the way forward? If the choice is to adapt Arch PKGBUILDs and provide alternatives in [libre] I can bootstrap that for this simple package.

#15

Updated by bill-auger over 4 years ago

the idea is to make iceweasel able to use the existing arch packages so that we would not need to re-package them - you could probably get iceweasel to use the 'tridactyl' arch package now, by adding the symlink yourself - that is one example of a package that is on the blacklist and would need to be re-packaged onlyfor the trivial reason that it gets installed in a directory named 'firefox' rather than 'iceweasel' - that any many others would probably "just work" of that symlink were in place - if youd like to try, let us know if it worked

$ sudo mkdir -p /usr/lib/iceweasel/browser/extensions/
$ sudo ln -s /usr/lib/{firefox,iceweasel}/browser/extensions/tridactyl.vim@cmcaine.co.uk.xpi
$ sudo pacman -U https://www.archlinux.org/packages/community/any/firefox-tridactyl/download/
#16

Updated by bill-auger almost 4 years ago

  • Related to Freedom Issue #2718: [firefox-i18n-tl] Iceweasel language packs already exists (and it would cause conflicts) added
#17

Updated by gap about 2 years ago

I think the preferred solution should be to make new packages in the libre repo, rename firefox-* to iceweasel-*, and change the install locations.
A simple symlink would preserve the Firefox name, which I think violates the GNU FSDG as it could be considered recommending a package which is nightmarish in terms of freedom, privacy, and security.

The liberation changes would be relatively minimal, but a maintenance burden nonetheless.

#18

Updated by bill-auger about 2 years ago

there is no conflict with the FSDG for merely mentioning a non-free project name - it is not a recommendation to use firefox; because parabola users can not install firefox - also, and most importantly, firefox is not non-free ; and the FSDG des not require distros to protect anyone's privacy or security - firefox is blacklisted because of it's "anti-features" - whether or not some of those are privacy or security concerns is not the issue

thanks for pointing me in this direction though - i think it is time to move on this - like many of the other issues you have revisited lately; they were discussed, but never decided, so nothing was done - if no one else objects soon, i will probably go forward with this proposal

#19

Updated by bill-auger about 2 years ago

just as an update: there are now three packages in the 'iceweasel-addons' group

$ pacman -Sg iceweasel-addons
iceweasel-addons iceweasel-https-everywhere
iceweasel-addons iceweasel-noscript
iceweasel-addons iceweasel-ublock-origin

and to add that if this proposal is decided, it would also allow all language packages to be removed from the blacklist - we have not packaged replacements for those language packs in a while - they are not actually needed anymore; because iceweasel offers them via it's prefs GUI - still it is always good to reduce the blacklist

FWIW, the blacklisting history is spotty for most all of these - for example, even while the lang-packs were replaced, the blacklist did not reference the replacements - i referenced this ticket for all add-ons and language packs, which did not already have a BR reference

#20

Updated by gap about 2 years ago

Firefox packages in the repos:
- firefox-clearurls
- firefox-extension-mailvelope
- firefox-temporary-containers

bill-auger

I also noticed you removed firefox-stylus from the blacklist.
Is this because it is no longer in the Arch/Arch32/ArchARM/Artix repos or did you go ahead and decide to bring it back regardless of the "Firefox" name?

#21

Updated by bill-auger about 2 years ago

firefox-stylus is not an arch package anymore; so there is no
reason for it to be on the blacklist

#22

Updated by gap almost 2 years ago

The following Firefox packages are still in the repos:
- i686/firefox-clearurls
- i686/firefox-stylus
- i686/firefox-temporary-containers
- firefox-i18n-sco
- firefox-i18n-szl

Also available in: Atom PDF