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 - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -