38

I am Using Ubuntu 13.04 and I have installed many desktops environments to try them. Now I want to know is there any way I can list all the installed desktop environments from the command line tool.

Raja G
  • 105,627
  • 107
  • 263
  • 332
  • You can read the installed DE list into the login screen. If you try to select a DE you will also see the list of all the installed DEs – PeppeDAlterio Sep 18 '13 at 12:04
  • @PeppeDAlterio well , I did mention that already . I want to get from command line. – Raja G Sep 18 '13 at 12:05

1 Answers1

72
$ ls -l /usr/share/xsessions/
total 8
-rw-r--r-- 1 root root 4791 Sep  6 15:45 kde-plasma.desktop

enter image description here

Raja G
  • 105,627
  • 107
  • 263
  • 332
Oli
  • 299,936