YubiGuard.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:YubiGuard 作者: pykong 项目源码 文件源码
def run_pi(self):
        # suppresses error: Couldn't connect to accessibility bus:
        # Failed to connect to socket:
        shell_this("export NO_AT_BRIDGE=1")

        # listener loop for icon switch signals
        ui_thread = Thread(target=self.update_icon)
        ui_thread.daemon = True
        ui_thread.start()

        # starting Gtk main:
        Gtk.main()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号