|
发表于 2006-10-5 11:07:26
|
显示全部楼层
1. Starting a dbus session on login via .bashrc doesn't work, although the dbus-launch manpage says it should. The dbus session will be started, but Gnome applications can't connect to it; dbus *must* be started in .xinitrc. This may sound like a minor issue, but it can be a pain, for instance when using gnome-screensaver with Openbox.
1. This is because dbus is used to launch things like gnome-settings-daemon. When dbus is launched outside of X, it doesn't know what $DISPLAY is, so it will fail to start X programs. We'll provide a startgnome script that does the right things with dbus and such. 看上去dev已经知道这个问题,等下个版本是否会解决。
参见:
http://bugs.archlinux.org/task/4567
以及
http://bugzilla.gnome.org/show_bug.cgi?id=344069 |
|