Gentoo Linuxにて、startxでgnome-sessionを起動すると、「GNOME 設定デーモン (gconfd) を起動する際にエラーが発生しました。テーマやサウンド、バックグラウンド設定などが正しく適用されないかもしれません。」というエラーが表示される問題が発生。検索してみると、同じエラーに遭遇している人はそれなりにいるものの、解決策は見つからなかった。
そこで、英語のメッセージである「There was an error starting the GNOME Settings Daemon. Some things, such as themes, sounds, or background settings may not work correctly.」をもとに検索すると、ようやく解決策が見つかった。
The underlying problem is that gnome-session tries to start a session dbus and fails (I am told) due to a bug in gnome-session. So the fix is to start gnome-session with 'dbus-launch --exit-with-session gnome-session' in your ~/.xinitrc (if you use startx.)
どうやらstartxを利用している場合に発生するバグらしい。