this post was submitted on 12 Sep 2023
18 points (95.0% liked)
KDE
5282 readers
162 users here now
KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.
Plasma 6 Bugs
If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.
If it hasn't, report it yourself.
PLEASE THINK CAREFULLY BEFORE POSTING HERE.
Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Does "The Qt Company does almost as bad of a job with QtWebEngine as they did with QtWebKit before" count?
Maybe. But if it's just a really crappy browser, then why do I see it being praised as a super-fast browser in several places?
When it was still based on QtWebKit (and named QupZilla), it had relatively little overhead, so it was a better choice for low end PCs than fully featured browsers. My guess is that those descriptions are a leftover.
@Yora @woelkchen most people do not look beyond the UI. Unfortunately writing a pretty UI is the easy part of writing a browser. Maintaining some browser engine is much harder.
So make sure to use a browser with an engine backed by as big an open source project as possible and one where the browser engine has as few downstream patches as possible.
Wrapping the entire engine in a new set of APIs not available upstream involves way too many downstream patches for my taste.
And yet, when Qt Company still made QtWebKit, instead of using the stable branches Apple used for Safari, they made releases from svn trunk and then tried to stabilize it with a small team. No idea when Qt Company keep trying to make a browser module for so long and keep failing all the time...