错误:没有 X11 $DISPLAY 无法自动启动 D-Bus

错误:没有 X11 $DISPLAY 无法自动启动 D-Bus

我急需将 Compiz 重置为其默认设置,因为我的桌面不显示 Dash 或菜单栏。

当我输入:

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

接下来做什么?

此致

答案1

export DISPLAY=:0.0

如果你看到

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

Error: Can't open display: :0.0

然后

xhost +

答案2

您可以从 tty 使用以下命令替换当前的 compiz 实例。

DISPLAY=:0 compiz --replace

您可能还可以这样做:

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

相关内容