Skip to content

isabella232/gnome-news

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.0%
  • Makefile 20.9%
  • CSS 3.7%
  • Shell 1.6%
  • M4 1.3%
  • Dockerfile 0.5%