# gnome-news **Repository Path**: mirrors_chromium_gitlab_gnome/gnome-news ## Basic Information - **Project Name**: gnome-news - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-09 - **Last Updated**: 2025-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 }"