Firefox mit OpenBox: dbus Problem

Hi,

ich habe gestern auf Ubuntu 11.04 meine X Session etwas ge-customized und bin auf Openbox umgestiegen. Also _nur_ X mit OpenBox und ein Xterm auf:

Code:
mathias@mini:~$ cat .xsession
#!/bin/bash

if [ -f $HOME/.Xdefaults ]; then
        xrdb -merge $HOME/.Xdefaults
fi

xsetroot -solid white

xterm -bg white -fg black -cr black -ls -geometry 80x25+0+0 &

exec ck-launch-session dbus-launch openbox-session
mathias@mini:~$

Die letzte Zeile "exec ck-launch-session dbus-launch openbox-session" habe ich mir schon er-google-t aufgrund der folgenden Fehlermeldung wenn ich firefox starte:

Code:
Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details -  1: Failed to get connection to session: Error connecting: Connection refused)
Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details -  1: Failed to get connection to session: Error connecting: Connection refused)
Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details -  1: Failed to get connection to session: Error connecting: Connection refused)
Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details -  1: Failed to get connection to session: Error connecting: Connection refused)
Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details -  1: Failed to get connection to session: Error connecting: Connection refused)

Hat jemand Erfahrung damit? Ich weiss ehrlich gesagt nichtmal was dbus sein soll - ich kenn nur "d-zug" ;)

ciao
serow
 
D-Bus ist eine Schnittstelle, über die verschiedene Komponenten deines Betriebssystems miteinander „reden“ können. Der Wikipedia-Artikel dazu ist vermutlich aufschlussreicher:

D-Bus

Zu deinem Fehler könnte ich mir vorstellen, daß der D-Bus-Daemon nicht läuft. Schau mal nach, ob unter /etc/init.d/ einer existiert. Mein Arch Linux startet den zum Bespiel beim booten.
 
Hi,

okay werde mir den mal durchlesen.

DBus gibt es auf meinem System und er läuft auch:

Code:
mathias@mini:~$ service dbus status
dbus start/running, process 983
mathias@mini:~$

Das hier bekomme ich in der Console wenn ich Firefox starte:

Code:
mathias@mini:~$ firefox
Xlib:  extension "RANDR" missing on display ":0".

(firefox-bin:19635): GnomeUI-WARNING **: While connecting to session manager:
Could not open network socket.

(firefox-bin:19635): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed


Grüße
serow
 
Solche Fehlermeldungen kenne ich nur im Zusammenhang mit einem Userwechsel. Zum Bespiel wenn ich im Terminal „root“ bin und eine Anwendung (GUI) starten will. Daher bin ich aktuell überfragt.
 
Hi,

ich hab gerade gemerkt, dass ein einfacher Reboot das Problem behoben hat. So einfach kanns manchmal sein auch wenn ich es nicht verstehe ...

Grüße
serow
 
Zurück
Oben