web-dev-qa-db-ja.com

エラー:X11 $ DISPLAYなしではD-Busを自動起動できません

デスクトップにダッシュまたはメニューバーが表示されないため、Compizを緊急にデフォルト設定にリセットする必要があります。

入力するとき:

dconf reset -f /org/compiz/

それは言います:

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 '/')

次はどうする?

宜しくお願いします

5
bruno
export DISPLAY=:0.0

見たら

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

Error: Can't open display: :0.0

それから

xhost +
3
SaintKnight