因此,我试图改变我的新的kali 2019.4虚拟机的主题。我为这个任务安装了gnome-tweak-tool包。但是,当我通过在命令行中键入gnome-tweaks来运行它时,它会出现以下错误:
WARNING : Shell not installed or running
WARNING : Shell not running
NoneType: None
WARNING : Error detecting shell
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/gtweak/tweaks/tweak_group_shell_extensions.py", line 217, in __init__
raise Exception("Shell not running or DBus service not available")
Exception: Shell not running or DBus service not availablegnome-调整窗口会显示出来,但是当我试图更改墙纸时,这些更改实际上不会生效。
我试图运行gnome-shell只是为了看看它做了什么,它给了我以下内容:
can't load /usr/lib/x86_64-linux-gnu/spa/support/libspa-support.so: /usr/lib/x86_64-linux-gnu/spa/support/libspa-support.so: cannot open shared object file: No such file or directory
Window manager warning: Display “:0” already has a window manager; try using the --replace option to replace the current window manager.
(gnome-shell:2831): mutter-ERROR **: 18:55:08.350: Failed to start Xwayland: Failed to acquire window manager ownership
== Stack trace for context 0x560714042340 ==
Trace/breakpoint trap我试着做gnome-shell --replace,但是机器崩溃了。知道怎么解决这个问题吗?我真的只想改变我的主题。谷歌搜索了好几天了。如有任何建议或建议,敬请见谅。
发布于 2020-01-19 17:14:58
您拥有的Kali Linux发行版是XFCE(默认),下载GNOME版本来使用GNOME微调。
https://unix.stackexchange.com/questions/562306
复制相似问题