mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
Juraj Oravec
493421dd84
Summary: - Fix action execution when url wrongly converted to string as bytestring. This resulted in not working actions (loading b"b"url"") - Make codestyle more pythonic - Remove not required imports - Configue dialog: - Set label weight to bold in QtDesigner (UI file) - Make listview scroll per pixel Reviewers: #falkon, drosca Reviewed By: #falkon, drosca Subscribers: falkon Tags: #falkon Differential Revision: https://phabricator.kde.org/D21718 |
||
---|---|---|
autotests | ||
linux | ||
mac | ||
src | ||
tests | ||
themes | ||
windows | ||
.arcconfig | ||
.gitignore | ||
CHANGELOG | ||
CMakeLists.txt | ||
config.h.cmake | ||
COPYING | ||
README.md |
Falkon
Falkon is a KDE web browser. It uses QtWebEngine rendering engine.
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!
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
.