Age | Commit message (Collapse) | Author |
|
This fixes the warning:
DeprecationWarning: Importing dbus.glib to use the GLib main loop with dbus-python is deprecated.
Instead, use this sequence:
from dbus.mainloop.glib import DBusGMainLoop
DBusGMainLoop(set_as_default=True)
import dbus.glib
|
|
|
|
|
|
This keeps the cache continually up-to-date as the daemon is provided
updates from Avahi as devices come and go. The daemon automatically
exits after a while to clean itself up.
|
|
|
|
Instead of searching for the cache, just expect it to be stored in a
well-known location. This also avoids loading a cache created by a
different user, which is a security improvement.
|
|
|
|
HEAD reduces the amount of console spamming and forking for curl.
|
|
|
|
The Python exception type seems to be dbus.exceptions.DBusException
(which has an alias at dbus.DBusException), and it is communicating the
dbus-style exception with name org.freedesktop.Avahi.TimeoutError.
|
|
|
|
Although the changes were small, it seems important enough to bump the
minor version.
|
|
|