pykong / YubiGuard

Python script to prevent accidental triggering of YubiKeys on Linux.
GNU General Public License v3.0
24 stars 8 forks source link

Fix PyGIWarning #10

Closed ghost closed 7 years ago

ghost commented 7 years ago

Fixes following warning at script startup: 21: PyGIWarning: AppIndicator3 was imported without specifying a version first. Use gi.require_version('AppIndicator3', '0.1') before import to ensure that the right version gets loaded.

pykong commented 7 years ago

Good to have some feedback from users on other systems.