Linux 生成命令行时出错“;dbus启动--自动启动=";xyz"--二进制语法--关闭stderr”;:子进程已退出,代码为1

Linux 生成命令行时出错“;dbus启动--自动启动=";xyz"--二进制语法--关闭stderr”;:子进程已退出,代码为1,linux,dbus,arch,Linux,Dbus,Arch,我已经多次遇到这个错误。 当我输入sudomousepad时,我得到以下输出 [privileged@arched ~]$ sudo mousepad (mousepad:981): Mousepad-CRITICAL **: 14:12:48.549: Failed to initialize xfconf: Error spawning command line “dbus-launch --autolaunch=91073612dabc1ec21befa5a96098e9f6 --bin

我已经多次遇到这个错误。 当我输入
sudomousepad
时,我得到以下输出

[privileged@arched ~]$ sudo mousepad

(mousepad:981): Mousepad-CRITICAL **: 14:12:48.549: Failed to initialize xfconf: Error spawning command line “dbus-launch --autolaunch=91073612dabc1ec21befa5a96098e9f6 --binary-syntax --close-stderr”: Child process exited with code 1
当我试图干预gedit的首选项时,也可以看到这个错误。 首先,我输入
sudogedit
,它工作正常并启动gedit。但是,当我试图更改prefrence部分中的任何内容(例如背景颜色或文本大小)时,它都不起作用,并且在终端中看到以下错误

sudo gedit

(gedit:1104): dconf-WARNING **: 14:17:39.365: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=91073612dabc1ec21befa5a96098e9f6 --binary-syntax --close-stderr”: Child process exited with code 1

(gedit:1104): dconf-WARNING **: 14:17:39.373: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=91073612dabc1ec21befa5a96098e9f6 --binary-syntax --close-stderr”: Child process exited with code 1

** (gedit:1104): WARNING **: 14:17:39.528: Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory

(gedit:1104): dconf-WARNING **: 14:17:45.296: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=91073612dabc1ec21befa5a96098e9f6 --binary-syntax --close-stderr”: Child process exited with code 1
以下是一些我认为可能有用的信息

[privileged@arched ~]$ dbus-launch
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-PxRC1o8yHu,guid=fad87b8416da5e19055aef0d6098f385
DBUS_SESSION_BUS_PID=1140
[privileged@arched ~]$ cat /etc/machine-id 
91073612dabc1ec21befa5a96098e9f6
我的终端有问题吗?因为它尝试喷射但失败了?我在这里真的迷路了