生成命令行“dbus-launch --autolaunch=“xyz”--binary-syntax --close-stderr”时出错:子进程退出,代码为 1

生成命令行“dbus-launch --autolaunch=“xyz”--binary-syntax --close-stderr”时出错:子进程退出,代码为 1

我多次收到此错误。当我输入时,sudo mousepad我得到以下输出。

[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 的首选项时,也会出现此错误。首先,我输入sudo geditWhich Works Fine 并启动 gedit。但是,当我尝试更改首选部分中的任何内容(例如背景颜色或文本大小)时,它不起作用,并且我在终端中看到以下错误

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

是我的终端有问题吗,因为它尝试生成它但失败了?我真的迷失在这里了。

相关内容