|
忽然出错,在konsole中有以下出错提示:
[root@MagicLinux /]# smart-gui
Traceback (most recent call last):
File "/usr/bin/smart", line 194, in ?
main(sys.argv[1:])
File "/usr/bin/smart", line 161, in main
forcelocks=opts.ignore_locks, loglevel=opts.log_level)
File "/usr/lib/python2.4/site-packages/smart/__init__.py", line 134, in init
iface.object = createInterface(ifacename, ctrl, command, argv)
File "/usr/lib/python2.4/site-packages/smart/interface.py", line 164, in createInterface
return interface.create(ctrl, command, argv)
File "/usr/lib/python2.4/site-packages/smart/interfaces/gtk/__init__.py", line 44, in create
return GtkInteractiveInterface(ctrl)
File "/usr/lib/python2.4/site-packages/smart/interfaces/gtk/interactive.py", line 188, in __init__
GtkInterface.__init__(self, ctrl)
File "/usr/lib/python2.4/site-packages/smart/interfaces/gtk/interface.py", line 36, in __init__
self._log = GtkLog()
File "/usr/lib/python2.4/site-packages/smart/interfaces/gtk/log.py", line 39, in __init__
self.set_icon(getPixbuf("smart"))
File "/usr/lib/python2.4/site-packages/smart/interfaces/gtk/__init__.py", line 52, in getPixbuf
pixbuf = gtk.gdk.pixbuf_new_from_file(filename)
gobject.GError: 识别文件“/usr/lib/python2.4/site-packages/smart/interfaces/images/smart.png”的图像文件格式失败
我将smart有关的几个包重装了也没用,请问怎样解决。
[ 本帖最后由 软用者 于 2009-5-18 18:52 编辑 ] |
|