终结者不工作!

Ami*_*Raj 4 terminal debian gnome-terminator

Terminator是我在debian 中选择的终端。我似乎在玩它的配置文件首选项时打破了它。

我无法像其他应用程序一样正常打开它。但是在成为 root 后,我可以通过gnome-terminal访问它。当它打开时,会弹出以下警告:

An error occurred while loading or saving configuration information for terminator. Some of your configuration settings may not work properly.

细节 :

No D-BUS daemon running

111*_*--- 6

您是否尝试过清除软件包然后重新安装它?

apt-get purge terminator
Run Code Online (Sandbox Code Playgroud)

然后删除位于您的主目录中的配置文件

rm -rfvI /home/your_user_name/.config/terminator
Run Code Online (Sandbox Code Playgroud)

这应该删除所有配置文件。现在重新安装。

apt-get install terminator
Run Code Online (Sandbox Code Playgroud)