Python obtient un environnement de bureau

import os
os.environ.get('DESKTOP_SESSION')

# OUTPUT 
# 'gnome'
Troubled Tamarin