mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Juraj Oravec
d0b9510b73
- The set* functions needs a redesign - There is a chance that the database update will take longer than the time it takes to start reloading, need to stress test or redesign. - Might still need to look ar StatusBarIcons plugin for optimizations and potential changes - I am still unsure how to store data in the database, so far I use numbers which is good I believe since I want to have 3 states, (default, allow, deny) - Might need to add overloaded functions with bool arguments to make the rest of the code simpler. PS: I believe it is fine to have a bit more complicated logic in backend while the frontend will stay simple. Signed-off-by: Juraj Oravec <jurajoravec@mailo.com> |
||
---|---|---|
autotests | ||
doc | ||
linux | ||
mac | ||
po | ||
poqm | ||
src | ||
tests | ||
themes | ||
windows | ||
.flatpak-manifest.json | ||
.flatpak-manifest.json.license | ||
.gitignore | ||
.gitlab-ci.yml | ||
.kde-ci.yml | ||
CHANGELOG | ||
CMakeLists.txt | ||
config.h.cmake | ||
COPYING | ||
logo.png | ||
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 irc.libera.chat
.