mariano / snakefire

A Linux desktop client for Campfire
http://snakefire.org
MIT License
99 stars 24 forks source link

Check for DBUS Notifications service presence #77

Closed badosu closed 10 years ago

badosu commented 10 years ago

Instead of checking for the presence of particular environment variables, set by Desktop Environments, we should check if there is any service on DBus that listens to org.freedesktop.Notifications.

This is important for people who use different services that provide notification features like Dunst.

See this link for a more detailed list.

badosu commented 10 years ago

Thanks @mariano, just tested and it works!

There are only two concerns now, if we should include the python-dbus dependency remark on other places and when is the next release due.

mariano commented 10 years ago

Other places such as?

I have tons of ideas for the next release, but not timeframe set, as usual :)

On Wed, May 7, 2014 at 11:30 AM, Amadeus Folego notifications@github.comwrote:

Thanks @mariano https://github.com/mariano, just tested and it works!

There are only two concerns now, if we should include the python-dbusdependency remark on other places and when is the next release due.

— Reply to this email directly or view it on GitHubhttps://github.com/mariano/snakefire/pull/77#issuecomment-42434029 .

badosu commented 10 years ago

@mariano See #78