por*_*ton 5 window-manager gnome-shell gnome3 mutter
在维基百科中写道Gnome 3 中的 Gnome Shell 使用 Mutter 窗口管理器。
但是ps x | grep mutter
显示 Mutter 没有运行。此外,在安装 Mutter之前,我有使用 Gnome Shell 的经验。
Gnome Shell 真的使用 Mutter 吗?使用了哪些 WM,哪些可以与 Gnome Shell 一起使用?
是的,mutter
被使用,gnome-shell
但它被用作图书馆。该mutter
二进制文件只是一个很小的程序,链接反对libmutter
。你可以这样尝试:
lsof | grep mutter
Run Code Online (Sandbox Code Playgroud)