分页: 1 / 1

[问题]gdesklets在8.04 amd64下不能用

发表于 : 2008-06-01 18:59
qkthomas

代码: 全选

qkthomas@qkubuntupc:~$ gdesklets
正在启动 gdesklets-daemon...
在 325 毫秒内连接到守护程序。           

==========================================================[06/01/08-18:53:46]===
=== Unhandled error! Something bad and unexpected happened. ===

[EXC]
in /usr/bin/gdesklets: line 393 <module>
in /usr/bin/gdesklets: line 268 parse_command
in /usr/bin/gdesklets: line 177 __open_profile
in /usr/bin/gdesklets: line 167 __client_daemon
in /usr/lib/gdesklets/main/client.py: line 208 set_remove_command
in /usr/lib/gdesklets/main/client.py: line 38 __send
in /usr/lib/gdesklets/utils/xdr.py: line 75 recv
[EXC]/usr/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 

发表于 : 2008-06-09 11:58
CStick
我的可以用啊 amd64的

发表于 : 2008-06-09 13:59
kkppccdd
在系統->偏好設定->作業階段->初始啟動程式 中新增一個gdesklets,指令

代码: 全选

/usr/bin/gdesklets --no-tray-icon
在簡體環境下,菜單徑應該是 "系统"->"首选项"->"会话"

退出gnome再登入就可以啟動gdesklets了。


參考資料:http://www.linuxdiyf.com/viewarticle.php?id=87957

发表于 : 2008-06-09 16:58
qkthomas
thank you