ignatenkobrain / gnome-news

GNU General Public License v3.0
20 stars 7 forks source link

GNOME News

Requirements

To use autogen.sh you need autoconf-archive.

All GObject Introspection (typelib) modules you want to use gnome-news:

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 }"