mirror of
https://invent.kde.org/network/falkon.git
synced 2025-09-10 08:37:55 +02:00
The URL can change due to redirect during the same loading request, which will make the lastLoadingRequest kind of invalid, at least the URL portion of it. I still want to keep the old request around but force the URL to be always updated, maybe I should copy the type and make my own class for it to handle the changing URL bit more gracefully. This all could be avoided, if there was an easier way to react on the network response received signal. Well, maybe in later Qt version or it is already there an I am ignorant. Signed-off-by: Juraj Oravec <jurajoravec@mailo.com> |
||
---|---|---|
autotests | ||
doc | ||
linux | ||
mac | ||
po | ||
poqm | ||
src | ||
tests | ||
themes | ||
.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 | ||
snapcraft.yaml |
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
.