1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00
Go to file
Juraj Oravec c4b68845d3
Fix QWebEngineProfile name
Forgot to remove the original line before rewriting the condition.

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2024-06-25 20:01:11 +02:00
autotests Use faster QFileInfo::exists 2024-06-15 12:35:20 +02:00
doc Add Doxygen overview of QML API 2022-04-03 12:04:58 +02:00
linux Add developer name and launchable to appdata 2024-06-18 13:29:03 +05:30
mac Replace some QupZilla leftovers with Falkon 2018-01-24 17:15:26 +01:00
po GIT_SILENT Sync po/docbooks with svn 2024-06-15 01:24:28 +00:00
poqm GIT_SILENT Sync po/docbooks with svn 2024-06-24 01:21:37 +00:00
src Fix QWebEngineProfile name 2024-06-25 20:01:11 +02:00
tests Always use nullptr for zero pointer 2023-11-21 01:12:28 +01:00
themes SVN_SILENT made messages (.desktop file) - always resolve ours 2024-04-29 01:18:23 +00:00
windows Fix minor typos 2018-10-21 18:14:27 +03:00
.flatpak-manifest.json CI: flatpak: Increase runtime to 6.7 2024-05-28 20:29:23 +02:00
.flatpak-manifest.json.license Add Flatpak CI/CD Integration 2023-02-20 22:26:38 +00:00
.gitignore ignore some files/directory 2018-12-26 08:19:21 +01:00
.gitlab-ci.yml flatpak: enable 2023-12-28 05:56:35 +00:00
.kde-ci.yml Update KDE CI configuratiuon for Qt6 2023-11-21 00:15:41 +01:00
CHANGELOG Update CHANGELOG 2024-06-22 09:23:36 +02:00
CMakeLists.txt GIT_SILENT Upgrade release service version to 24.07.70. 2024-04-21 12:26:28 +02:00
config.h.cmake Add QML Extensions API 2018-09-29 00:47:47 +05:30
COPYING Rename LICENSE -> COPYING 2018-02-27 14:32:40 +01:00
logo.png GIT_SILENT: add Falkon icon as repository logo 2020-05-19 12:42:44 +03:00
README.md Update IRC network in the README 2021-06-15 19:06:45 -03:00

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 isnt already reported (open issues).

Contact

You can get in contact with developers using mailing list or IRC #falkon at irc.libera.chat.