| 1 | = Newsbeuter D-BUS = |
| 2 | |
| 3 | Newsbeuter D-BUS (yeah, I couldn’t think of a name) is a little daemon providing an interface for Gnome applications to add feed URLs to [http://synflood.at/newsbeuter.html Newsbeuter]’s `urls` file. Just run it, and it will happily sit there waiting¹ for applications such as [http://www.gnome.org/projects/epiphany/ Epiphany] with the [http://live.gnome.org/Epiphany/RssExtension News Feed Subscription] extension to feed it URLs. |
| 4 | |
| 5 | To use it, download it |
| 6 | |
| 7 | * [source:newsbeuter-dbus/newsbeuter_dbus.py via the source browser] |
| 8 | * Checkout: `svn co http://svn.bleah.co.uk/repos/misc/plinkpot/` |
| 9 | |
| 10 | Make it executable, and run it. You probably want to run it in the background, and from your `~/.Xsession` or whatever file you customise your X startup with these days: |
| 11 | {{{ |
| 12 | /path/to/newsbeuter_dbus.py & |
| 13 | }}} |
| 14 | ---- |
| 15 | 1. Until it dies because it doesn’t handle any errors |