Skip to content

Instantly share code, notes, and snippets.

@itiut
Created February 1, 2014 12:58
Show Gist options
  • Save itiut/8752053 to your computer and use it in GitHub Desktop.
Save itiut/8752053 to your computer and use it in GitHub Desktop.
Ubuntuでどのデスクトップセッションを使っているか確認する

Ubuntu13.10(Unity)の場合

$ echo $DESKTOP_SESSION
ubuntu

Xubuntu13.10の場合

$ echo $DESKTOP_SESSION
xubuntu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment