You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
l10n daemon script c1cd23993c SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
autotests autotests: be more chatty during test 4 years ago
linux GIT_SILENT Update Appstream for new release 4 years ago
mac Replace some QupZilla leftovers with Falkon 8 years ago
src SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
tests Update a few internal KDE URLs 6 years ago
themes SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
windows Fix minor typos 7 years ago
.gitignore ignore some files/directory 7 years ago
.gitlab-ci.yml CI: Add FreeBSD 4 years ago
.kde-ci.yml CI: Add Linux CI 4 years ago
CHANGELOG release 4 years ago
CMakeLists.txt GIT_SILENT Upgrade release service version to 22.04.0. 4 years ago
COPYING Rename LICENSE -> COPYING 8 years ago
README.md Update IRC network in the README 5 years ago
config.h.cmake Add QML Extensions API 8 years ago
logo.png GIT_SILENT: add Falkon icon as repository logo 6 years ago

README.md

Falkon

Falkon is a KDE web browser. It uses QtWebEngine rendering engine.

image

Downloads

Falkon downloads are available from homepage.

Building

mkdir build && cd build
cmake ..
make && make install

Install to custom prefix

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

Contributing

Want to contribute? Great!

KDE Community Wiki

Code review is done on Phabricator. When sending patches, add Falkon project (#Falkon) as a reviewer.

Reporting bugs

You can report any bugs or feature request in KDE bugzilla. Before reporting, please make sure your issue isn’t already reported (open issues).

Contact

You can get in contact with developers using mailing list or IRC #falkon at irc.libera.chat.