Falkon

Resources

Falkon is Article description::a lightweight web browser based on QtWebEngine.

Note
Falkon was previously known as QupZilla. Currently QupZilla is no longer supported by Gentoo.

Overview

Being quite lean, Falkon is visually attractive and functional. It excellently integrates into desktop environments and looks good on KDE and LXQt.

Installation

USE flags

USE flags for www-client/falkon Cross-platform web browser using QtWebEngine

X Add support for X11
dbus Enable dbus support for anything that needs it (gpsd, gnomemeeting, etc)
debug Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
kde Add support for software made by KDE, a free software community
libressl Use dev-libs/libressl instead of dev-libs/openssl when applicable (see also the ssl useflag)
test Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

Emerge

Install www-client/falkon:

root #emerge --ask www-client/falkon

Configuration

Hardened Gentoo

The latest versions provide more functionality, plugins and nice features; however, the MPROTECT PaX flag is disabled in unstable ebuilds because of Flash. If you don't use Flash, enable the MPROTECT flag with the following command:

root #paxctl -M /usr/bin/falkon

It will enable secure memory protections again. Check PaX flags with this command:

root #paxctl -v /usr/bin/falkon
This article is issued from Gentoo. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.