Python Получить среду рабочего стола

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

# OUTPUT 
# 'gnome'
Troubled Tamarin