No description, website, or topics provided.
Python Makefile CSS Shell M4
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
data
gnomenews
po
.editorconfig
ARTISTS
AUTHORS
COPYING
Dockerfile
Makefile.am
NEWS
README
VERSION.in
autogen.sh
circle.yml
configure.ac
git.mk
gnome-news.doap
gnome-news.in

README

GNOME News
==========

Requirements
------------
To use `autogen.sh` you need autoconf-archive.

All GObject Introspection (typelib) modules you want to use gnome-news:
* GLib-2.0
* Gio-2.0
* GObject-2.0
* Gtk-3.0     >= 3.12
* Gdk-3.0     >= 3.12
* Tracker-1.0 >= 1.5.1
* WebKit2-4.0

Debugging
---------
Remove all channels and feeds from tracker first.
For adding channels use `tracker-miner-rss -a URL` or add from GUI.
DON'T ADD FEEDS YOURSELF.

Delete all messages/channels:
$ tracker sparql -qu "DELETE { ?u a rdfs:Resource } WHERE { ?u a mfo:FeedChannel }"
$ tracker sparql -qu "DELETE { ?u a rdfs:Resource } WHERE { ?u a mfo:FeedMessage }"