Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Liferea (Linux Feed Reader), a news reader for GTK/GNOME

License

SpaciousCoder78/liferea

 
 

Repository files navigation

screenshot

Liferea is a desktop feed reader/news aggregator that brings together all of the content from your favorite subscriptions into a simple interface that makes it easy to organize and browse feeds. Its GUI is similar to a desktop mail/news client, with an embedded web browser.

Build Status

Installation from Package

Many distributions have packaged Liferea:

Packages Packages

Building

Compile with

meson setup builddir
meson compile -C builddir

To install

meson install -C builddir

If you compile with a --prefix directory which does not match $XDG_DATA_DIRS you will get a runtime error about the schema not being found. To workaround set $XDG_DATA_DIRS before starting Liferea. For example:

env XDG_DATA_DIRS="$my_dir/share:$XDG_DATA_DIRS" $my_dir/bin/liferea

Update JS Dependencies

npm i
npm audit fix
npm run installDeps

About

Liferea (Linux Feed Reader), a news reader for GTK/GNOME

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 79.1%
  • HTML 16.3%
  • Python 1.7%
  • JavaScript 0.9%
  • CSS 0.7%
  • Roff 0.6%
  • Other 0.7%