六狼论坛's Archiver
首页
›
os
› 解决ubuntu下root无法使用emesene的问题
Java-primer
发表于 2013-2-7 09:40:26
解决ubuntu下root无法使用emesene的问题
emesene是linux下的msn替代工具..
默认不允许使用root帐户登录..
解决方法是:
编辑配置文件
/usr/share/emesene/Controller.py
注释掉如下代码后即可。
if os.name == 'posix' and os.getuid() == 0:
print "I refuse to run as root"
return
页:
[1]
查看完整版本:
解决ubuntu下root无法使用emesene的问题