this post was submitted on 14 Feb 2024
216 points (97.8% liked)

linuxmemes

20688 readers
1144 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

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

It's Chromium's non-Google cousin.

If that piques your interest, be aware that it's mostly Apple's baby.

And to swing back positive again, it's open-source because Apple didn't create it in the first place and they're bound by GPL to keep it that way.


Finally, a useful fun fact: WebKit GTK often comes with a MiniBrowser program that is a bare-bones web browser wrapped around the engine.

It isn't symlinked in /usr/bin or anywhere like that, but it does work as an emergency secondary browser if something breaks your main one.

It's usually found somewhere like /usr/lib/{OS type}/webkitgtk-{version}/MiniBrowser

On my machine it's /usr/lib/x86_64-linux-gnu/webkit2gtk-4.1/MiniBrowser

[โ€“] [email protected] 1 points 6 months ago

Oh right, webkit (I seem to be bad at understanding the words I'm reading). I love that most modern web engines are just forks of KHTML