1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00
Go to file
Kevin Kofler b6131a2de9 Revert "Remove GnomeKeyringPasswords plugin"
This reverts commit b9fb89a31c.

This plugin was removed due to the underlying library being deprecated
and removed from some distributions. However:

* the gnome-keyring library is still available in Fedora Rawhide,
* the plugin is optional, and the availability of the library is
  automatically detected, so having the plugin available will not hurt
  users who do not have access to the underlying library, as Falkon will
  just be built without the optional plugin then,
* distribution packagers can put the plugin into an optional subpackage
  (which I have always done in Fedora to begin with),
* a replacement plugin using libsecret (the upstream replacement for
  libgnome-keyring) is still not available, and
* perhaps most importantly: not having the plugin available leaves users
  with no easy way to access their existing saved passwords (due to no
  libsecret plugin being available), which is IMHO not acceptable.
2022-01-18 14:59:43 +00:00
autotests Autotests Qml - fix compilation with Qt 5.9 2020-02-02 18:17:57 +01:00
linux GIT_SILENT made messages (after extraction) 2022-01-12 00:44:30 +00:00
mac Replace some QupZilla leftovers with Falkon 2018-01-24 17:15:26 +01:00
src Revert "Remove GnomeKeyringPasswords plugin" 2022-01-18 14:59:43 +00:00
tests Update a few internal KDE URLs 2019-12-16 00:34:12 +01:00
themes SVN_SILENT made messages (.desktop file) - always resolve ours 2021-08-23 01:25:48 +00:00
windows Fix minor typos 2018-10-21 18:14:27 +03:00
.arcconfig Add .arcconfig 2017-10-01 12:33:29 +02:00
.gitignore ignore some files/directory 2018-12-26 08:19:21 +01:00
CHANGELOG Changes: document new feature 2022-01-18 15:56:27 +01:00
CMakeLists.txt Revert "Remove GnomeKeyringPasswords plugin" 2022-01-18 14:59:43 +00: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.