Window-Manager

我不能殺 xfwm4

  • May 22, 2013
$ ps aux | grep xfwm
xralf  4365  1.2  0.4  19888  9444 ?        S    10:45   0:00 xfwm4 --replace --display :0.0 --sm-client-id 204399537-7a38-4196-8c31-43cf2f3542ac
xralf  4369  0.0  0.0   3324   788 pts/0    S+   10:45   0:00 grep --color=auto xfwm

$ kill -9 4365

$ ps aux | grep xfwm
xralf  4379  0.4  0.4  20632  9976 ?        S    10:47   0:00 xfwm4 --replace --display :0.0 --sm-client-id 204399537-7a38-4196-8c31-43cf2f3542ac
xralf  4381  0.0  0.0   3324   788 pts/0    S+   10:47   0:00 grep --color=auto xfwm

有可能殺人xfwm4嗎?

首先,轉到 XFCE4 Settings 面板,然後選擇 Session and Startup,然後選擇 Session 選項卡。然後找到 xfwm4 條目並將其重新啟動樣式更改為從不。然後你就可以殺了它。

引用自:https://unix.stackexchange.com/questions/11237