Falkon is a KDE web browser. It uses QtWebEngine rendering engine.
Falkon downloads are available from homepage.
mkdir build && cd build
cmake ..
make && make install
When installing Falkon to custom prefix, you may need to adjust XDG_DATA_DIRS
environment variable.
# Build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/falkon
# Run
export XDG_DATA_DIRS="$HOME/falkon/share:$XDG_DATA_DIRS"
$HOME/falkon/bin/falkon
Want to contribute? Great!
Code review is done on Phabricator. When sending patches, add Falkon project (#Falkon
) as a reviewer.
You can report any bugs or feature request in KDE bugzilla. Before reporting, please make sure your issue isn’t already reported (open issues).
You can get in contact with developers using mailing list or IRC #falkon
at irc.libera.chat
.