test/test-policykit.py:34:
    Neither of the async callbacks are called, and how could the return
    value be useful if it is async? Note: Other code (such as gnome-panel)
    seems to use ShowDialog instead of ObtainAuthorization, though
    ShowDialog is apparently deprecated (I don't know when), but that also
    has no effect.

gnome_lirc_properties/lirc.py:464:
    Add other keys (and alternatives key names):

gnome_lirc_properties/lirc.py:612:
    These probably shouldn't be here, at least when standard key names
    have been agreed. Our own lircd.conf files should use only the
    standard names, and we should probably warn about (or ignore as
    broken) non-standard key names, because applications are unlikely to
    work with those broken lircd.conf files.

gnome_lirc_properties/policykit_mechanism/gnome-lirc-properties-mechanism.py:360:
    Should be an UnsupportedException in LearnKeyCode(), but when raising
    that exception from there, the execeptions message property also
    contains a stack trace.

gnome_lirc_properties/upload/HttpUploader.py:66:
    Catch exceptions.

gnome_lirc_properties/upload/HttpUploader.py:67:
    Some error checking, though this probably requires screen scraping.

gnome_lirc_properties/upload/HttpUploader.py:96:
    Catch exceptions.

gnome_lirc_properties/upload/HttpUploader.py:97:
    Some error checking, though this probably requires screen scraping.

gnome_lirc_properties/ui/CustomConfiguration.py:359:
    Use the URIs provided to configure: login_uri =
    config.URI_LOGIN_UPLOADS upload_uri = config.URI_UPLOADS

gnome_lirc_properties/ui/CustomConfiguration.py:366:
    For mediawiki, the name should always start with a capital letter, and
    have no spaces.

gnome_lirc_properties/ui/CustomConfiguration.py:457:
    Stop the key-listener, when we know that lircd is disabled.

gnome_lirc_properties/ui/CustomConfiguration.py:604:
    Also release detection driver if needed.

gnome_lirc_properties/ui/RemoteControlProperties.py:391:
    Also update configuration file on device-entry changes

gnome_lirc_properties/ui/RemoteControlProperties.py:392:
    Should we do anything with the configuration if the remote or device
    is changed to ""/None?

gnome_lirc_properties/ui/RemoteControlProperties.py:511:
    choose supplied remote after auto-detection

gnome_lirc_properties/ui/RemoteControlProperties.py:687:
    Improve this text (PolicyKit should really show this instead of
    failing silently, or at least something should be recommended by
    PolicyKit.):

gnome_lirc_properties/ui/RemoteControlProperties.py:716:
    Implement help

