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

其它类软件,非上述版软件
回复
头像
qkthomas
帖子: 503
注册时间: 2006-12-16 22:05
来自: 肇庆

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

#1

帖子 qkthomas » 2008-06-01 18:59

代码: 全选

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 
CStick
帖子: 21
注册时间: 2008-06-09 11:57

#2

帖子 CStick » 2008-06-09 11:58

我的可以用啊 amd64的
kkppccdd
帖子: 17
注册时间: 2005-12-18 14:02

#3

帖子 kkppccdd » 2008-06-09 13:59

在系統->偏好設定->作業階段->初始啟動程式 中新增一個gdesklets,指令

代码: 全选

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

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


參考資料:http://www.linuxdiyf.com/viewarticle.php?id=87957
头像
qkthomas
帖子: 503
注册时间: 2006-12-16 22:05
来自: 肇庆

#4

帖子 qkthomas » 2008-06-09 16:58

thank you
回复