在Gnome-panel上监视MLDonkey动向
![]()
…
那天偶抄袭了骨头兄的脚本,还逼迫骨头把自己的所有shell alias全部交出来,还是挺有价值的。
偶不大喜欢用conky的,但是又想监视着mldonkey有没有乖乖的,怎么办呢。
嗯,话说那天抄袭完后,骨头问我要不要写了一个Gnome-panel的Applet。我问干嘛用的呢?监视mldonkey。哦呵呵,那不错。
project home: http://code.google.com/p/mlmonitor/
谢谢观赏。
Hola, 欢迎来到shellex的部落格
![]()
…
那天偶抄袭了骨头兄的脚本,还逼迫骨头把自己的所有shell alias全部交出来,还是挺有价值的。
偶不大喜欢用conky的,但是又想监视着mldonkey有没有乖乖的,怎么办呢。
嗯,话说那天抄袭完后,骨头问我要不要写了一个Gnome-panel的Applet。我问干嘛用的呢?监视mldonkey。哦呵呵,那不错。
project home: http://code.google.com/p/mlmonitor/
谢谢观赏。
在mlmonitor.py
中加了一句试了下,至少能显示某些信息了,虽然不是我想要的…
def update_applet(self):
if not self.commander.is_connected:
return True
lines = []
self.commander.execute(‘auth admin pw’);
str = self.commander.execute(‘vd’);
self.commander.execute(‘auth admin pw’);是我自己加的,pw换成我自己的真正密码,不懂python,瞎看了下,感觉加这么一句应该有用,就是不知道应该加哪。
希望ShlleX兄的这个工具能越做越好。