python-gnomeapplet 和朋友的文档
我正在尝试使用 Python 和 pygtk 编写一个 Gnome 小程序。遗憾的是,我能找到的所有信息来源都是 2004 年或更早的,虽然所提供的一般结构仍然有效,但大多数细节都已经过时了。甚至我通过网络搜索找到的示例小程序也不再起作用。
有谁知道我在哪里可以找到关于如何在 Python 中创建 gnome 面板小程序的优秀、最新的文档和信息?
I'm attempting to write a Gnome applet using Python and pygtk. Sadly all sources of information that I have been able to find are from 2004 or older, and while the general structures presented are still valid, most of the particulars are out-of-date. Even the example applets I've found through web searches no longer work.
Does anyone know where I can find good, up-to-date documentation and information on how to create gnome panel applets in Python?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个分步教程,可能是最新的:
http://www.znasibov.info/blog/post/gnome-applet-with-python-part-1.html
还可以查看 Gnome 中列出的各种小程序项目。
There is a step-by-step tutorial, which might be the most up-to-date:
http://www.znasibov.info/blog/post/gnome-applet-with-python-part-1.html
Also check out the various applets listed in Gnome projects.