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.
 
 
 
 
 
 
Jonah Brüchert c2afba9ed3 CMake: Split QtWebEngine find_package calls 6 years ago
autotests Autotests Qml - fix compilation with Qt 5.9 6 years ago
linux SVN_SILENT made messages (.desktop file) - always resolve ours 6 years ago
mac Replace some QupZilla leftovers with Falkon 8 years ago
src Fix page sharing via Purpose 6 years ago
tests Update a few internal KDE URLs 6 years ago
themes SVN_SILENT made messages (.desktop file) - always resolve ours 6 years ago
windows Fix minor typos 7 years ago
.arcconfig
.gitignore ignore some files/directory 7 years ago
CHANGELOG Version 3.1.0 7 years ago
CMakeLists.txt CMake: Split QtWebEngine find_package calls 6 years ago
COPYING Rename LICENSE -> COPYING 8 years ago
README.md README: Minor edits and add info about custom prefix install 7 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 chat.freenode.net.