我在Debian机器上有一个桌面环境。
我可以使用什么Shell命令来了解我在Debian机器中的桌面环境?要知道它是KDE,GNOME,XFCE ......
答案 0 :(得分:4)
sudo apt-get install wmctrl
wmctrl -m | grep“姓名:”| awk'{print $ 2}'
来源:https://askubuntu.com/questions/125062/how-can-i-find-which-desktop-enviroment-i-am-using
答案 1 :(得分:0)
echo $DESKTOP_SESSION
它提供了当前的桌面环境
当前桌面
echo $XDG_CURRENT_DESKTOP