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

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -