|
|
安装好gdesklet-starterbar shell里运行一下结果有错误
google一下没找到解决方法,不知道这里得朋友有人用gdesklets碰到这个问题没?
出错信息和log在下面
Log messages of /home/dodoworm/.gdesklets/logs/gdesklets%3A0.0.log
==========================================================[01/22/09-14:50:52]===
Deprecation: Sensors are deprecated since v0.30.
Please consider using controls and inline scripts.
/usr/lib/python2.6/site-packages/gtk-2.0/gnome/vfs.py:4: DeprecationWarning: Module
gnome.vfs is deprecated; please import gnomevfs instead
DeprecationWarning)
ADD WATCH('id12326070521840853iconbar',)
==========================================================[01/22/09-14:50:52]===
Warning: Couldn't read file "/usr/lib/gdesklets/Displays/StarterBar/gfx/preview.png".
==========================================================[01/22/09-14:50:52]===
=== Runtime Error
文件找不到
/usr/lib/gdesklets/utils/vfs.py
52 # Reads the entire file and returns its contents.
53 #
54 def read_entire_file(uri):
55
56 try:
> 57 uri = gnomevfs.read_entire_file(uri)
58 except:
[---] 59 log("Warning: Couldn't read file \"%s\"." % (uri,))
60 raise
61
62 return uri
63
==========================================================[01/22/09-14:50:53]===
Warning: Couldn't remove desklet with ID "id12326070521840853".
'id12326070521840853'
cp /usr/lib/gdesklets/Sensors/StarterBar/home.desktop
/usr/lib/gdesklets/Sensors/StarterBar/.order
/home/dodoworm/.gdesklets/MyStarters/id12326070521840853iconbar/
==========================================================[01/22/09-14:50:54]===
Deprecation: Sensors are deprecated since v0.30.
Please consider using controls and inline scripts.
ADD WATCH('id12326070546717748iconbar',)
==========================================================[01/22/09-14:50:54]===
Warning: Couldn't read file "/usr/lib/gdesklets/Displays/StarterBar/gfx/preview.png".
==========================================================[01/22/09-14:50:54]===
=== Runtime Error
文件找不到
/usr/lib/gdesklets/utils/vfs.py
52 # Reads the entire file and returns its contents.
53 #
54 def read_entire_file(uri):
55
56 try:
> 57 uri = gnomevfs.read_entire_file(uri)
58 except:
[---] 59 log("Warning: Couldn't read file \"%s\"." % (uri,))
60 raise
61
62 return uri
63 |
|