linux - What Desktop is setup in my Debian Machine -


i have desktop environment in debian machine.

what shell command can use know desktop environment have in debian machine ? know if kde, gnome, xfce...

sudo apt-get install wmctrl

wmctrl -m | grep "name:" | awk '{print $2}'

source: https://askubuntu.com/questions/125062/how-can-i-find-which-desktop-enviroment-i-am-using


Comments

Popular posts from this blog

python 2.7 - Chat Solution for Mobile App -

jquery - Detect current Section with javascript -