Skip to content
/ falkon Public
forked from KDE/falkon

Cross-platform Qt-based web browser

License

Notifications You must be signed in to change notification settings

mecctor/falkon

 
 

Repository files navigation

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 isn’t already reported (open issues).

Contact

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

About

Cross-platform Qt-based web browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.0%
  • CMake 1.4%
  • NSIS 1.2%
  • Python 1.2%
  • HTML 1.1%
  • CSS 1.0%
  • Other 2.1%