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 fc1e78ffd2 GIT_SILENT Sync po/docbooks with svn 3 years ago
autotests Remove duplicate headers between cpp/h 4 years ago
doc Add Doxygen overview of QML API 4 years ago
linux GIT_SILENT made messages (after extraction) 3 years ago
mac Replace some QupZilla leftovers with Falkon 8 years ago
po GIT_SILENT Sync po/docbooks with svn 3 years ago
poqm GIT_SILENT Sync po/docbooks with svn 3 years ago
src Add support for custom url schemes 3 years ago
tests Modernize code 4 years ago
themes SVN_SILENT made messages (.desktop file) - always resolve ours 3 years ago
windows Fix minor typos 7 years ago
.flatpak-manifest.json Add Flatpak CI/CD Integration 3 years ago
.flatpak-manifest.json.license Add Flatpak CI/CD Integration 3 years ago
.gitignore ignore some files/directory 7 years ago
.gitlab-ci.yml Add Flatpak CI/CD Integration 3 years ago
.kde-ci.yml CI: Add Linux CI 4 years ago
CHANGELOG BookmarkToolbar: Fix crash when adding a folder 3 years ago
CMakeLists.txt Add CMake option to en/disable Python support 3 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.