|
|
在源上下载安装gDesklets,运行时出现下面的问题:
正在启动 gdesklets-daemon...
在 403 毫秒内连接到守护程序。
==========================================================[01/23/07-21:18:05]===
=== Unhandled error! Something bad and unexpected happened. ===
[EXC]
in /opt/gnome/bin/gdesklets: line 397 <module>
in /opt/gnome/bin/gdesklets: line 270 parse_command
in /opt/gnome/bin/gdesklets: line 174 __open_profile
in /opt/gnome/bin/gdesklets: line 164 __client_daemon
in /opt/gnome/lib/gdesklets/main/client.py: line 210 set_remove_command
in /opt/gnome/lib/gdesklets/main/client.py: line 42 __send
in /opt/gnome/lib/gdesklets/utils/xdr.py: line 75 recv
[EXC]/opt/gnome/lib/gdesklets/utils/xdr.py
[---] 70 chunk = ""
[---] 71 while (True):
[---] 72 try:
[---] 73 length = ord(s.recv(1))
[---] 74 except:
[ERR]> 75 raise XDRError
[---] 76
[---] 77 if (length): chunk += s.recv(length)
[---] 78
[---] 79 flag = s.recv(1)
[---] 80 if (flag == _CONT): continue
[---] 81
哪位大侠帮助解决一下。谢谢 |
|