Saturday, February 20, 2016

How can I find which desktop environment I am using on a Linux machine?


To use the commands , go to the terminal and type:


echo $XDG_CURRENT_DESKTOP

or

ls /usr/bin/*session

No comments:

Post a Comment