this post was submitted on 15 Dec 2023
901 points (98.7% liked)

Technology

58942 readers
3734 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 10 months ago (1 children)

What's your problem with the Fennec?

[–] [email protected] -1 points 10 months ago (1 children)

Nothing. If Mozilla claims to love OSS, then why haven't they released it on the F-Droid Store?

[–] [email protected] 9 points 10 months ago (1 children)

Because to put a build in F-Droid you need to write a build script to build the whole app from source on F-Droid's VMs. You can't, for example, fetch binary dependencies from Maven. You need to build them from source as part of your build process.

Android Firefox fetches a bunch of stuff from Maven as part of its build, some of which is proprietary libraries from Google to e.g. talk to Google Play Services or to Google's trusted-hardware stuff, and some of which is the whole Gecko C++ source tree. Mozilla doesn't want to pay their people to maintain two separate build systems for Firefox, one of which has to jump through a bunch of hoops.

[–] [email protected] -2 points 10 months ago

Then it just shows that they don't "love OSS" as much as they say they do.