Fehler: D-Bus kann ohne X11 $DISPLAY nicht automatisch gestartet werden

Fehler: D-Bus kann ohne X11 $DISPLAY nicht automatisch gestartet werden

Ich muss Compiz dringend auf die Standardeinstellungen zurücksetzen, da auf meinem Desktop weder das Dash noch die Menüleiste angezeigt wird.

Wenn ich tippe:

dconf reset -f /org/compiz/

Es sagt:

error: Cannot autolaunch D-Bus without X11 $DISPLAY

Usage:
  dconf reset [-f] PATH

Reset a key or a dir. -f is required for dirs.

Arguments:
   PATH          Either a KEY or DIR
   KEY           A key path (starting, but not ending with '/')
   DIR           A directory path (starting and ending with '/')

Was macht man als nächstes?

Beste grüße

Antwort1

export DISPLAY=:0.0

wenn du siehst

Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

Error: Can't open display: :0.0

Dann

xhost +

Antwort2

Sie könnten Ihre aktuelle Compiz-Instanz durch den folgenden Befehl von einem TTY ersetzen.

DISPLAY=:0 compiz --replace

Sie können wahrscheinlich auch Folgendes tun:

DISPLAY=:0 dconf reset -f /org/compiz/

verwandte Informationen