mate-desktop

Writing MATE/GNOME Applets (Python) with PyGObject Introspection

与世无争的帅哥 提交于 2021-02-08 14:39:52
问题 So I have been trying to port a C GNOME applet to MATE, and after running into many different problems, I decided to rewrite it from scratch in python. Eventually, I found some not-horribly-out-of-date documentation, which is here: http://wiki.mate-desktop.org/docs:devel:mate-panel Apparently the new way of writing applets in python is to use PyGObject introspection, instead of the 'old' PyGtk. So I have a few questions: 1. Why is it better to use PyGObject instead of PyGtk etc 2. Is the end