Appindicator 在 Ubuntu 13.10 上不可用?
jason@jz:~$ python
Python 2.7.5+ (default, Sep 19 2013, 13:48:49)
[GCC 4.8.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import appindicator
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named appindicator
>>>
有替代方案吗?或者我可以自己安装吗?
提前致谢。