Give me a quick run down on the Falkon web browser

give me a quick run down on the Falkon web browser

Attached: falkon_screenshot.png (865x619, 45K)

Koqueror exists

qutebrowser exists

Botnet

surf exists

IceCat exists

Google Chrome exists

It's shit

Can't play webm because webkit is a piece of shit

Too shit for power users and too obscure for nigger cattle. I personally suspect duckduckgo gives them money.

the blister exists

Attached: 81fezAtp+pL._SL1419_.jpg (1417x1419, 349K)

not op, but i'd also like to know
firefox became slow as shit for me and chrom* is not only botnet, but also has shit ui

Kinda nice project, but I would need sync and extensions to replace Firefox

qtwebengine > blink > webkit > khtml

falkon has the worst memory consumption of any broswer i've tested. it also comes with an archaic ad-blocking extension, so its pretty slow on any site that has tons of ads.
on "clean" sites its fast as could be wanted though.
the interface is a contentious issue; it works perfectly for the de/toolkit it is designed around, but it wont look as nice with windows or gnome.
you might also find it lacking compared to chrom* or firefox's implementation of client side decoration - it does not provide client side decorations at all, but you might find automatic undecorating of maximized windows and a widget like active window controls an adequate substitute.

it comes with greasemonkey preinstalled. its kind of shit but it works for 4chanx and all the other scripts i use

Can't believe it took 3 posts

>QupZilla was great
>Looking forward to its progress
>On the cusp of replacing Firefox/Pale Meme as my main browser, racing qutebrowser
>Suddenly forks one day and becomes Falkon
>Oh yeah by the way it's a KDE project now enjoy ten million extraneous dependencies kbai

Attached: FUCK.gif (300x262, 555K)

Why are web browsers so fucked? It's some of the most important software but there are no great options.

Everything's Chromium now. Even Edge.

>Why are web browsers so fucked?
Because the pages are even more fucked than the browsers.

I like it but I also have non browser reliant ad blocking

They are all literally the same codebase
educate yourself

How did you manage to type that when your browser tabs now cover the entire screen?

gentoo doesn't have this problem :^)
cat /usr/portage/www-client/falkon/falkon-3.0.1.ebuild
...
COMMON_DEPEND="
$(add_qt_dep qtdeclarative 'widgets')
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork 'ssl')
$(add_qt_dep qtprintsupport)
$(add_qt_dep qtsql 'sqlite')
$(add_qt_dep qtwebchannel)
$(add_qt_dep qtwebengine 'widgets')
$(add_qt_dep qtwidgets)
dbus? ( $(add_qt_dep qtdbus) )
gnome-keyring? ( gnome-base/gnome-keyring )
kwallet? ( $(add_frameworks_dep kwallet) )
libressl? ( dev-libs/libressl:= )
!libressl? ( dev-libs/openssl:0= )
X? (
$(add_qt_dep qtx11extras)
x11-libs/libxcb:=
x11-libs/xcb-util
)
"
DEPEND="${COMMON_DEPEND}
$(add_qt_dep linguist-tools)
$(add_qt_dep qtconcurrent)
gnome-keyring? ( virtual/pkgconfig )
"
if [[ ${KDE_BUILD_TYPE} != live ]]; then
DEPEND+=" $(add_frameworks_dep ki18n)"
fi
RDEPEND="${COMMON_DEPEND}
!www-client/qupzilla
$(add_qt_dep qtsvg)
"