|
发表于 2004-11-18 10:29:51
|
显示全部楼层
[root@fudaming ~]# gdesklets start
Starting gdesklets-daemon...
Connecting to daemon [### ]You must NOT run gDesklets as super user (root).
Connected to daemon in 10020 milliseconds.
Traceback (most recent call last):
File "/usr/bin/gdesklets", line 126, in ?
open_profile(profile)
File "/usr/bin/gdesklets", line 55, in open_profile
d = get_daemon()
File "/usr/bin/gdesklets", line 47, in get_daemon
daemon.set_remove_command(os.path.abspath(sys.argv[0]) + " _remove")
AttributeError: 'str' object has no attribute 'set_remove_command'
[root@fudaming ~]# gdesklets shell
[root@fudaming ~]#
(gDesklets Shell:2966): GConf-CRITICAL **: file gconf-client.c: line 547 (gconf_client_add_dir): assertion `gconf_valid_key (dirname, NULL)' failed
/usr/share/gdesklets/shell/BookmarkList.py:19: DeprecationWarning: use gtk.ComboBox
self.__optmenu = gtk.OptionMenu()
Traceback (most recent call last):
File "/usr/share/gdesklets/gdesklets-shell", line 10, in ?
shell = registry.get_plugin("UI_Shell")
File "/usr/share/gdesklets/shell/PluginRegistry.py", line 59, in get_plugin
result = self.get_plugins_by_pattern("name", name)
File "/usr/share/gdesklets/shell/PluginRegistry.py", line 47, in get_plugins_by_pattern
plugin.init()
File "./Shell/__init__.py", line 77, in init
File "/usr/share/gdesklets/shell/Plugin.py", line 25, in _get_plugins_by_pattern
return registry.get_plugins_by_pattern(key, pattern)
File "/usr/share/gdesklets/shell/PluginRegistry.py", line 47, in get_plugins_by_pattern
plugin.init()
File "./Profiles/__init__.py", line 19, in init
File "/usr/share/gdesklets/shell/Plugin.py", line 31, in _get_plugin
plugin = registry.get_plugin(name, *interfaces)
File "/usr/share/gdesklets/shell/PluginRegistry.py", line 59, in get_plugin
result = self.get_plugins_by_pattern("name", name)
File "/usr/share/gdesklets/shell/PluginRegistry.py", line 47, in get_plugins_by_pattern
plugin.init()
File "./gDeskletsClient/__init__.py", line 23, in init
File "./gDeskletsClient/__init__.py", line 31, in __get_daemon
AttributeError: 'str' object has no attribute 'set_remove_command'
[root@fudaming ~]# |
|