kali 32位默認是gnome桌面,我感覺又難看又卡。下面是換xfce4的方法:
1.安裝xfce4:
apt install kali-defaults kali-root-login desktop-base xfce4 xfce4-places-plugin xfce4-goodies
2.試試切換:
update-alternatives --config x-session-manager
這一步會讓你輸入序號選擇桌面,選startxfce就好。
重啟后看看效果,如果還是gnome桌面的話:
3.卸載gnome:
apt remove gnome-core
apt remove gnome-shell
4.重啟
接下來如果想DIY程序菜單,就安裝:
apt-get install alacarte
這樣在附件里會出現“主菜單”按鈕,點這個就可以設置菜單欄。